Html Css Color HEX #2CAC04 Kelly Green

📋 copy color: '#2CAC04'

red 44 ◦ green 172 ◦ blue 4

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

Shades of Kelly Green #2CAC04

Tints of Kelly Green #2CAC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 20%
G = 78.18%
B = 1.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#2CAC04 (or 0x2CAC04) is known color: Kelly Green. HEX triplet: 2C, AC and 04. RGB value is (44,172,4). Sum of RGB (Red+Green+Blue) = 44+172+4=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 172 (67.58% from 255 or 78.18% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAC04 is #D353FB. Grayscale: #737373. Windows color (decimal): -13849596 or 306220. OLE color: 306220.

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

Color convert

RGB 44 172 4 -
CMYK 0.74 0 0.98 0.33
HSL 105.71º 0.95% 0.35% -
HSV(B) 105.71º 0.98% 0.67% -
XYZ 15.81 30.05 5.08 -
YUV 114.58 65.59 77.66 -
System Red Green Blue C M Y K H S L
Decimal 44 172 4 0.74 0 0.98 0.33 105.71 0.95 0.35
Hex 2C AC 4 4A 0 62 21 6A 5F 23
Octal 54 254 4 112 0 142 41 152 137 43
Binary 101100 10101100 100 1001010 0 1100010 100001 1101010 1011111 100011

Color Harmonies of #2CAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAC04

Black with #2CAC04

Text Example


Text Example

White with #2CAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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