Html Css Color HEX #2CB516 Kelly Green

📋 copy color: '#2CB516'

red 44 ◦ green 181 ◦ blue 22

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

Shades of Kelly Green #2CB516

Tints of Kelly Green #2CB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 73.28%

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 17.81%
G = 73.28%
B = 8.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#2CB516 (or 0x2CB516) is known color: Kelly Green. HEX triplet: 2C, B5 and 16. RGB value is (44,181,22). Sum of RGB (Red+Green+Blue) = 44+181+22=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 181 (71.09% from 255 or 73.28% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB516 is #D34AE9. Grayscale: #7A7A7A. Windows color (decimal): -13847274 or 1488172. OLE color: 1488172.

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

Color convert

RGB 44 181 22 -
CMYK 0.76 0 0.88 0.29
HSL 111.7º 0.78% 0.4% -
HSV(B) 111.7º 0.88% 0.71% -
XYZ 17.71 33.64 6.32 -
YUV 121.91 71.61 72.43 -
System Red Green Blue C M Y K H S L
Decimal 44 181 22 0.76 0 0.88 0.29 111.7 0.78 0.4
Hex 2C B5 16 4C 0 58 1D 70 4E 28
Octal 54 265 26 114 0 130 35 160 116 50
Binary 101100 10110101 10110 1001100 0 1011000 11101 1110000 1001110 101000

Color Harmonies of #2CB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB516

Black with #2CB516

Text Example


Text Example

White with #2CB516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,181,22); }

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

background-color css

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

 a { background-color: rgb(44,181,22); }

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

border-color css

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

 span { border-color: rgb(44,181,22); }

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