Html Css Color HEX #2CBB06 Kelly Green

📋 copy color: '#2CBB06'

red 44 ◦ green 187 ◦ blue 6

#2CBB06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #2CBB06

Tints of Kelly Green #2CBB06

RGB

 RED value IS 44 (17.58% from 255) = 18.57%

 GREEN value IS 187 (73.44% from 255) = 78.9%

 BLUE value IS 6 (2.73% from 255) = 2.53%

R = 18.57%
G = 78.9%
B = 2.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#2CBB06 (or 0x2CBB06) is known color: Kelly Green. HEX triplet: 2C, BB and 06. RGB value is (44,187,6). Sum of RGB (Red+Green+Blue) = 44+187+6=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 187 (73.44% from 255 or 78.90% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBB06 is #D344F9. Grayscale: #7C7C7C. Windows color (decimal): -13845754 or 441132. OLE color: 441132.

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

Color convert

RGB 44 187 6 -
CMYK 0.76 0 0.97 0.27
HSL 107.4º 0.94% 0.38% -
HSV(B) 107.4º 0.97% 0.73% -
XYZ 18.84 36.09 6.15 -
YUV 123.61 61.62 71.22 -
System Red Green Blue C M Y K H S L
Decimal 44 187 6 0.76 0 0.97 0.27 107.4 0.94 0.38
Hex 2C BB 6 4C 0 61 1B 6B 5E 26
Octal 54 273 6 114 0 141 33 153 136 46
Binary 101100 10111011 110 1001100 0 1100001 11011 1101011 1011110 100110

Color Harmonies of #2CBB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB06

Black with #2CBB06

Text Example


Text Example

White with #2CBB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CBB06;
 }
 .AnyTagClassName
 {
   color: #2CBB06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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