#2BBE06

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

Shades of Kelly Green #2BBE06

Tints of Kelly Green #2BBE06

Color information

#2BBE06 (or 0x2BBE06) is unknown color: approx Kelly Green. HEX triplet: 2B, BE and 06. RGB value is (43,190,6). Sum of RGB (Red+Green+Blue) = 43+190+6=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 190 (74.61% from 255 or 79.50% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBE06 is #D441F9. Grayscale: #7D7D7D. Windows color (decimal): -13910522 or 441899. OLE color: 441899.

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

Color convert

RGB431906-
CMYK0.7700.970.25
HSL107.93º93.88%38.43%-
HSV(B)107.93º96.84%74.51%-
XYZ19.4437.356.36-
YUV125.0760.869.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 190 (74.61% from 255) = 79.50%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=17.99%
G=79.50%
B=2.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4319060.7700.970.25107.9393.8838.43
Hex2BBE64D061196c5e26
Octal53276611501413115413646
Binary101011101111101101001101011000011100111011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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