Html Css Color HEX #2AC705 Kelly Green

📋 copy color: '#2AC705'

red 42 ◦ green 199 ◦ blue 5

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

Shades of Kelly Green #2AC705

Tints of Kelly Green #2AC705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 17.07%
G = 80.89%
B = 2.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#2AC705 (or 0x2AC705) is known color: Kelly Green. HEX triplet: 2A, C7 and 05. RGB value is (42,199,5). Sum of RGB (Red+Green+Blue) = 42+199+5=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 199 (78.12% from 255 or 80.89% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 199 - color contains mainly: green. Hex color #2AC705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC705 is #D538FA. Grayscale: #828282. Windows color (decimal): -13973755 or 378666. OLE color: 378666.

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

Color convert

RGB 42 199 5 -
CMYK 0.79 0 0.97 0.22
HSL 108.56º 0.95% 0.4% -
HSV(B) 108.56º 0.97% 0.78% -
XYZ 21.41 41.35 7 -
YUV 129.94 57.49 65.27 -
System Red Green Blue C M Y K H S L
Decimal 42 199 5 0.79 0 0.97 0.22 108.56 0.95 0.4
Hex 2A C7 5 4F 0 61 16 6D 5F 28
Octal 52 307 5 117 0 141 26 155 137 50
Binary 101010 11000111 101 1001111 0 1100001 10110 1101101 1011111 101000

Color Harmonies of #2AC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC705

Black with #2AC705

Text Example


Text Example

White with #2AC705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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