#2CBB07

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

Shades of Kelly Green #2CBB07

Tints of Kelly Green #2CBB07

Color information

#2CBB07 (or 0x2CBB07) is unknown color: approx Kelly Green. HEX triplet: 2C, BB and 07. RGB value is (44,187,7). Sum of RGB (Red+Green+Blue) = 44+187+7=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 187 (73.44% from 255 or 78.57% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBB07 is #D344F8. Grayscale: #7C7C7C. Windows color (decimal): -13845753 or 506668. OLE color: 506668.

HSL color Cylindrical-coordinate representation of color #2CBB07: hue angle of 107.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CBB07 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB441877-
CMYK0.7600.960.27
HSL107.67º92.78%38.04%-
HSV(B)107.67º96.26%73.33%-
XYZ18.8536.096.17-
YUV123.7262.1271.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 187 (73.44% from 255) = 78.57%
BLUE value IS 7 (3.12% from 255) = 2.94%
R=18.49%
G=78.57%
B=2.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4418770.7600.960.27107.6792.7838.04
Hex2CBB74C0601B6c5d26
Octal54273711401403315413546
Binary101100101110111111001100011000001101111011001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,187,7); }

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

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

 a { background-color: rgb(44,187,7); }

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

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

 span { border-color: rgb(44,187,7); }

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