#2BCA0B

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

Shades of Kelly Green #2BCA0B

Tints of Kelly Green #2BCA0B

Color information

#2BCA0B (or 0x2BCA0B) is unknown color: approx Kelly Green. HEX triplet: 2B, CA and 0B. RGB value is (43,202,11). Sum of RGB (Red+Green+Blue) = 43+202+11=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCA0B is #D435F4. Grayscale: #858585. Windows color (decimal): -13907445 or 772651. OLE color: 772651.

HSL color Cylindrical-coordinate representation of color #2BCA0B: hue angle of 109.95º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BCA0B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB4320211-
CMYK0.7900.950.21
HSL109.95º89.67%41.76%-
HSV(B)109.95º94.55%79.22%-
XYZ22.1842.787.4-
YUV132.6859.3264.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 202 (79.30% from 255) = 78.91%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=16.80%
G=78.91%
B=4.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43202110.7900.950.21109.9589.6741.76
Hex2BCAB4F05F156e5a2a
Octal533121311701372515613252
Binary1010111100101010111001111010111111010111011101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,202,11); }

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

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

 a { background-color: rgb(43,202,11); }

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

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

 span { border-color: rgb(43,202,11); }

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