#2BB605

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

Shades of Kelly Green #2BB605

Tints of Kelly Green #2BB605

Color information

#2BB605 (or 0x2BB605) is unknown color: approx Kelly Green. HEX triplet: 2B, B6 and 05. RGB value is (43,182,5). Sum of RGB (Red+Green+Blue) = 43+182+5=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 182 (71.48% from 255 or 79.13% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB605 is #D449FA. Grayscale: #787878. Windows color (decimal): -13912571 or 374315. OLE color: 374315.

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

Color convert

RGB431825-
CMYK0.7600.970.29
HSL107.12º94.65%36.67%-
HSV(B)107.12º97.25%71.37%-
XYZ17.7533.985.77-
YUV120.2662.9572.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 182 (71.48% from 255) = 79.13%
BLUE value IS 5 (2.34% from 255) = 2.17%
R=18.70%
G=79.13%
B=2.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4318250.7600.970.29107.1294.6536.67
Hex2BB654C0611D6b5f25
Octal53266511401413515313745
Binary101011101101101011001100011000011110111010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,182,5); }

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

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

 a { background-color: rgb(43,182,5); }

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

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

 span { border-color: rgb(43,182,5); }

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