#2BC808

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

Shades of Kelly Green #2BC808

Tints of Kelly Green #2BC808

Color information

#2BC808 (or 0x2BC808) is unknown color: approx Kelly Green. HEX triplet: 2B, C8 and 08. RGB value is (43,200,8). Sum of RGB (Red+Green+Blue) = 43+200+8=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 200 (78.52% from 255 or 79.68% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC808 is #D437F7. Grayscale: #838383. Windows color (decimal): -13907960 or 575531. OLE color: 575531.

HSL color Cylindrical-coordinate representation of color #2BC808: hue angle of 109.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BC808 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB432008-
CMYK0.7800.960.22
HSL109.06º92.31%40.78%-
HSV(B)109.06º96%78.43%-
XYZ21.6941.847.16-
YUV131.1758.4965.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 200 (78.52% from 255) = 79.68%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=17.13%
G=79.68%
B=3.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4320080.7800.960.22109.0692.3140.78
Hex2BC884E060166d5c29
Octal533101011601402615513451
Binary1010111100100010001001110011000001011011011011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,200,8); }

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

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

 a { background-color: rgb(43,200,8); }

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

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

 span { border-color: rgb(43,200,8); }

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