Html Css Color HEX #2AC70C Kelly Green

📋 copy color: '#2AC70C'

red 42 ◦ green 199 ◦ blue 12

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

Shades of Kelly Green #2AC70C

Tints of Kelly Green #2AC70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 16.6%
G = 78.66%
B = 4.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#2AC70C (or 0x2AC70C) is known color: Kelly Green. HEX triplet: 2A, C7 and 0C. RGB value is (42,199,12). Sum of RGB (Red+Green+Blue) = 42+199+12=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 199 (78.12% from 255 or 78.66% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 199 - color contains mainly: green. Hex color #2AC70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC70C is #D538F3. Grayscale: #838383. Windows color (decimal): -13973748 or 837418. OLE color: 837418.

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

Color convert

RGB 42 199 12 -
CMYK 0.79 0 0.94 0.22
HSL 110.37º 0.89% 0.41% -
HSV(B) 110.37º 0.94% 0.78% -
XYZ 21.44 41.37 7.2 -
YUV 130.74 60.99 64.71 -
System Red Green Blue C M Y K H S L
Decimal 42 199 12 0.79 0 0.94 0.22 110.37 0.89 0.41
Hex 2A C7 C 4F 0 5E 16 6E 59 29
Octal 52 307 14 117 0 136 26 156 131 51
Binary 101010 11000111 1100 1001111 0 1011110 10110 1101110 1011001 101001

Color Harmonies of #2AC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC70C

Black with #2AC70C

Text Example


Text Example

White with #2AC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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