Html Css Color HEX #2CAC0E Kelly Green

📋 copy color: '#2CAC0E'

red 44 ◦ green 172 ◦ blue 14

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

Shades of Kelly Green #2CAC0E

Tints of Kelly Green #2CAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 74.78%

 BLUE value IS 14 (5.86% from 255) = 6.09%

R = 19.13%
G = 74.78%
B = 6.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#2CAC0E (or 0x2CAC0E) is known color: Kelly Green. HEX triplet: 2C, AC and 0E. RGB value is (44,172,14). Sum of RGB (Red+Green+Blue) = 44+172+14=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 172 (67.58% from 255 or 74.78% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAC0E is #D353F1. Grayscale: #747474. Windows color (decimal): -13849586 or 961580. OLE color: 961580.

HSL color Cylindrical-coordinate representation of color #2CAC0E: hue angle of 108.61º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CAC0E is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 172 14 -
CMYK 0.74 0 0.92 0.33
HSL 108.61º 0.85% 0.36% -
HSV(B) 108.61º 0.92% 0.67% -
XYZ 15.87 30.07 5.38 -
YUV 115.72 70.59 76.85 -
System Red Green Blue C M Y K H S L
Decimal 44 172 14 0.74 0 0.92 0.33 108.61 0.85 0.36
Hex 2C AC E 4A 0 5C 21 6D 55 24
Octal 54 254 16 112 0 134 41 155 125 44
Binary 101100 10101100 1110 1001010 0 1011100 100001 1101101 1010101 100100

Color Harmonies of #2CAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAC0E

Black with #2CAC0E

Text Example


Text Example

White with #2CAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,172,14); }

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

background-color css

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

 a { background-color: rgb(44,172,14); }

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

border-color css

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

 span { border-color: rgb(44,172,14); }

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