Html Css Color HEX #2AC804 Kelly Green

📋 copy color: '#2AC804'

red 42 ◦ green 200 ◦ blue 4

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

Shades of Kelly Green #2AC804

Tints of Kelly Green #2AC804

RGB

 RED value IS 42 (16.8% from 255) = 17.07%

 GREEN value IS 200 (78.52% from 255) = 81.3%

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

R = 17.07%
G = 81.3%
B = 1.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#2AC804 (or 0x2AC804) is known color: Kelly Green. HEX triplet: 2A, C8 and 04. RGB value is (42,200,4). Sum of RGB (Red+Green+Blue) = 42+200+4=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 200 (78.52% from 255 or 81.30% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC804 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC804 is #D537FB. Grayscale: #838383. Windows color (decimal): -13973500 or 313386. OLE color: 313386.

HSL color Cylindrical-coordinate representation of color #2AC804: hue angle of 108.37º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AC804 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 200 4 -
CMYK 0.79 0 0.98 0.22
HSL 108.37º 0.96% 0.4% -
HSV(B) 108.37º 0.98% 0.78% -
XYZ 21.63 41.81 7.04 -
YUV 130.41 56.65 64.94 -
System Red Green Blue C M Y K H S L
Decimal 42 200 4 0.79 0 0.98 0.22 108.37 0.96 0.4
Hex 2A C8 4 4F 0 62 16 6C 60 28
Octal 52 310 4 117 0 142 26 154 140 50
Binary 101010 11001000 100 1001111 0 1100010 10110 1101100 1100000 101000

Color Harmonies of #2AC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC804

Black with #2AC804

Text Example


Text Example

White with #2AC804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,200,4); }

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

background-color css

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

 a { background-color: rgb(42,200,4); }

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

border-color css

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

 span { border-color: rgb(42,200,4); }

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