Html Css Color HEX #2AC502 Kelly Green

📋 copy color: '#2AC502'

red 42 ◦ green 197 ◦ blue 2

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

Shades of Kelly Green #2AC502

Tints of Kelly Green #2AC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 81.74%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 17.43%
G = 81.74%
B = 0.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#2AC502 (or 0x2AC502) is known color: Kelly Green. HEX triplet: 2A, C5 and 02. RGB value is (42,197,2). Sum of RGB (Red+Green+Blue) = 42+197+2=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 197 (77.34% from 255 or 81.74% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC502 is #D53AFD. Grayscale: #818181. Windows color (decimal): -13974270 or 181546. OLE color: 181546.

HSL color Cylindrical-coordinate representation of color #2AC502: hue angle of 107.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AC502 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 42 197 2 -
CMYK 0.79 0 0.99 0.23
HSL 107.69º 0.98% 0.39% -
HSV(B) 107.69º 0.99% 0.77% -
XYZ 20.93 40.43 6.76 -
YUV 128.43 56.65 66.36 -
System Red Green Blue C M Y K H S L
Decimal 42 197 2 0.79 0 0.99 0.23 107.69 0.98 0.39
Hex 2A C5 2 4F 0 63 17 6C 62 27
Octal 52 305 2 117 0 143 27 154 142 47
Binary 101010 11000101 10 1001111 0 1100011 10111 1101100 1100010 100111

Color Harmonies of #2AC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC502

Black with #2AC502

Text Example


Text Example

White with #2AC502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,197,2); }

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

background-color css

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

 a { background-color: rgb(42,197,2); }

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

border-color css

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

 span { border-color: rgb(42,197,2); }

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