#2BB202

Color #2BB202 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2BB202

Tints of Kelly Green #2BB202

Color information

#2BB202 (or 0x2BB202) is unknown color: approx Kelly Green. HEX triplet: 2B, B2 and 02. RGB value is (43,178,2). Sum of RGB (Red+Green+Blue) = 43+178+2=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 178 (69.92% from 255 or 79.82% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BB202 is #D44DFD. Grayscale: #767676. Windows color (decimal): -13913598 or 176683. OLE color: 176683.

HSL color Cylindrical-coordinate representation of color #2BB202: hue angle of 106.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BB202 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB431782-
CMYK0.7600.990.30
HSL106.02º97.78%35.29%-
HSV(B)106.02º98.88%69.8%-
XYZ16.9332.365.41-
YUV117.5762.7774.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 178 (69.92% from 255) = 79.82%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=19.28%
G=79.82%
B=0.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4317820.7600.990.30106.0297.7835.29
Hex2BB224C0631E6a6223
Octal53262211401433615214243
Binary10101110110010101001100011000111111011010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BB202; }

 p { color: rgb(43,178,2); }

 H1.HeaderClassName
 {
   color: #2BB202;
 }
 .AnyTagClassName
 {
   color: #2BB202;
 }
</style>
background-color css

<style>
 a { background-color: #2BB202; }

 a { background-color: rgb(43,178,2); }

 div.DivClassName
 {
   background-color: #2BB202;
 }
 .BgClassName
 {
   background-color: #2BB202;
 }
</style>
border-color css

<style>
 span { border-color: #2BB202; }

 span { border-color: rgb(43,178,2); }

 td.TdClassName
 {
   border-color: #2BB202;
 }
 .TagClassName
 {
   border-color: #2BB202;
 }
</style>