Html Css Color HEX #2AC700 Kelly Green

📋 copy color: '#2AC700'

red 42 ◦ green 199 ◦ blue 0

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

Shades of Kelly Green #2AC700

Tints of Kelly Green #2AC700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 82.57%

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

R = 17.43%
G = 82.57%
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

#2AC700 (or 0x2AC700) is known color: Kelly Green. HEX triplet: 2A, C7 and 00. RGB value is (42,199,0). Sum of RGB (Red+Green+Blue) = 42+199+0=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 199 (78.12% from 255 or 82.57% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 199 - color contains mainly: green. Hex color #2AC700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC700 is #D538FF. Grayscale: #828282. Windows color (decimal): -13973760 or 50986. OLE color: 50986.

HSL color Cylindrical-coordinate representation of color #2AC700: hue angle of 107.34º 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 #2AC700 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 199 0 -
CMYK 0.79 0 1 0.22
HSL 107.34º 1% 0.39% -
HSV(B) 107.34º 1% 0.78% -
XYZ 21.38 41.34 6.85 -
YUV 129.37 54.99 65.68 -
System Red Green Blue C M Y K H S L
Decimal 42 199 0 0.79 0 1 0.22 107.34 1 0.39
Hex 2A C7 0 4F 0 64 16 6B 64 27
Octal 52 307 0 117 0 144 26 153 144 47
Binary 101010 11000111 0 1001111 0 1100100 10110 1101011 1100100 100111

Color Harmonies of #2AC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC700

Black with #2AC700

Text Example


Text Example

White with #2AC700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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