Html Css Color HEX #2AC802 Kelly Green

📋 copy color: '#2AC802'

red 42 ◦ green 200 ◦ blue 2

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

Shades of Kelly Green #2AC802

Tints of Kelly Green #2AC802

RGB

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

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

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

R = 17.21%
G = 81.97%
B = 0.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#2AC802 (or 0x2AC802) is known color: Kelly Green. HEX triplet: 2A, C8 and 02. RGB value is (42,200,2). Sum of RGB (Red+Green+Blue) = 42+200+2=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 200 (78.52% from 255 or 81.97% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC802 is #D537FD. Grayscale: #828282. Windows color (decimal): -13973502 or 182314. OLE color: 182314.

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

Color convert

RGB 42 200 2 -
CMYK 0.79 0 0.99 0.22
HSL 107.88º 0.98% 0.4% -
HSV(B) 107.88º 0.99% 0.78% -
XYZ 21.62 41.81 6.99 -
YUV 130.19 55.65 65.1 -
System Red Green Blue C M Y K H S L
Decimal 42 200 2 0.79 0 0.99 0.22 107.88 0.98 0.4
Hex 2A C8 2 4F 0 63 16 6C 62 28
Octal 52 310 2 117 0 143 26 154 142 50
Binary 101010 11001000 10 1001111 0 1100011 10110 1101100 1100010 101000

Color Harmonies of #2AC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC802

Black with #2AC802

Text Example


Text Example

White with #2AC802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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