#2BB411

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

Shades of Kelly Green #2BB411

Tints of Kelly Green #2BB411

Color information

#2BB411 (or 0x2BB411) is unknown color: approx Kelly Green. HEX triplet: 2B, B4 and 11. RGB value is (43,180,17). Sum of RGB (Red+Green+Blue) = 43+180+17=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB411 is #D44BEE. Grayscale: #787878. Windows color (decimal): -13913071 or 1160235. OLE color: 1160235.

HSL color Cylindrical-coordinate representation of color #2BB411: hue angle of 110.43º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BB411 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB4318017-
CMYK0.7600.910.29
HSL110.43º82.74%38.63%-
HSV(B)110.43º90.56%70.59%-
XYZ17.4233.26.02-
YUV120.4669.6172.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 180 (70.70% from 255) = 75%
BLUE value IS 17 (7.03% from 255) = 7.08%
R=17.92%
G=75%
B=7.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43180170.7600.910.29110.4382.7438.63
Hex2BB4114C05B1D6e5327
Octal532642111401333515612347
Binary10101110110100100011001100010110111110111011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,180,17); }

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

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

 a { background-color: rgb(43,180,17); }

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

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

 span { border-color: rgb(43,180,17); }

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