Html Css Color HEX #2AC600 Kelly Green

📋 copy color: '#2AC600'

red 42 ◦ green 198 ◦ blue 0

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

Shades of Kelly Green #2AC600

Tints of Kelly Green #2AC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 82.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.5%
G = 82.5%
B = 0%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#2AC600 (or 0x2AC600) is known color: Kelly Green. HEX triplet: 2A, C6 and 00. RGB value is (42,198,0). Sum of RGB (Red+Green+Blue) = 42+198+0=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 198 (77.73% from 255 or 82.5% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 198 - color contains mainly: green. Hex color #2AC600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC600 is #D539FF. Grayscale: #818181. Windows color (decimal): -13974016 or 50730. OLE color: 50730.

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

Color convert

RGB 42 198 0 -
CMYK 0.79 0 1 0.22
HSL 107.27º 1% 0.39% -
HSV(B) 107.27º 1% 0.78% -
XYZ 21.15 40.88 6.78 -
YUV 128.78 55.32 66.1 -
System Red Green Blue C M Y K H S L
Decimal 42 198 0 0.79 0 1 0.22 107.27 1 0.39
Hex 2A C6 0 4F 0 64 16 6B 64 27
Octal 52 306 0 117 0 144 26 153 144 47
Binary 101010 11000110 0 1001111 0 1100100 10110 1101011 1100100 100111

Color Harmonies of #2AC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC600

Black with #2AC600

Text Example


Text Example

White with #2AC600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,198,0); }

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

background-color css

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

 a { background-color: rgb(42,198,0); }

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

border-color css

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

 span { border-color: rgb(42,198,0); }

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