#2BC506

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

Shades of Kelly Green #2BC506

Tints of Kelly Green #2BC506

Color information

#2BC506 (or 0x2BC506) is unknown color: approx Kelly Green. HEX triplet: 2B, C5 and 06. RGB value is (43,197,6). Sum of RGB (Red+Green+Blue) = 43+197+6=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 197 (77.34% from 255 or 80.08% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC506 is #D43AF9. Grayscale: #818181. Windows color (decimal): -13908730 or 443691. OLE color: 443691.

HSL color Cylindrical-coordinate representation of color #2BC506: hue angle of 108.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BC506 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB431976-
CMYK0.7800.970.23
HSL108.38º94.09%39.8%-
HSV(B)108.38º96.95%77.25%-
XYZ2140.466.88-
YUV129.1858.4866.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 197 (77.34% from 255) = 80.08%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=17.48%
G=80.08%
B=2.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal4319760.7800.970.23108.3894.0939.8
Hex2BC564E061176c5e28
Octal53305611601412715413650
Binary101011110001011101001110011000011011111011001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,197,6); }

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

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

 a { background-color: rgb(43,197,6); }

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

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

 span { border-color: rgb(43,197,6); }

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