Html Css Color HEX #2CB716 Kelly Green

📋 copy color: '#2CB716'

red 44 ◦ green 183 ◦ blue 22

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

Shades of Kelly Green #2CB716

Tints of Kelly Green #2CB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 73.49%

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

R = 17.67%
G = 73.49%
B = 8.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#2CB716 (or 0x2CB716) is known color: Kelly Green. HEX triplet: 2C, B7 and 16. RGB value is (44,183,22). Sum of RGB (Red+Green+Blue) = 44+183+22=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 183 (71.88% from 255 or 73.49% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB716 is #D348E9. Grayscale: #7B7B7B. Windows color (decimal): -13846762 or 1488684. OLE color: 1488684.

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

Color convert

RGB 44 183 22 -
CMYK 0.76 0 0.88 0.28
HSL 111.8º 0.79% 0.4% -
HSV(B) 111.8º 0.88% 0.72% -
XYZ 18.12 34.46 6.46 -
YUV 123.09 70.95 71.59 -
System Red Green Blue C M Y K H S L
Decimal 44 183 22 0.76 0 0.88 0.28 111.8 0.79 0.4
Hex 2C B7 16 4C 0 58 1C 70 4F 28
Octal 54 267 26 114 0 130 34 160 117 50
Binary 101100 10110111 10110 1001100 0 1011000 11100 1110000 1001111 101000

Color Harmonies of #2CB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB716

Black with #2CB716

Text Example


Text Example

White with #2CB716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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