Html Css Color HEX #2AC305 Kelly Green

📋 copy color: '#2AC305'

red 42 ◦ green 195 ◦ blue 5

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

Shades of Kelly Green #2AC305

Tints of Kelly Green #2AC305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 80.58%

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

R = 17.36%
G = 80.58%
B = 2.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#2AC305 (or 0x2AC305) is known color: Kelly Green. HEX triplet: 2A, C3 and 05. RGB value is (42,195,5). Sum of RGB (Red+Green+Blue) = 42+195+5=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 195 (76.56% from 255 or 80.58% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC305 is #D53CFA. Grayscale: #808080. Windows color (decimal): -13974779 or 377642. OLE color: 377642.

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

Color convert

RGB 42 195 5 -
CMYK 0.78 0 0.97 0.24
HSL 108.32º 0.95% 0.39% -
HSV(B) 108.32º 0.97% 0.76% -
XYZ 20.5 39.53 6.69 -
YUV 127.59 58.81 66.95 -
System Red Green Blue C M Y K H S L
Decimal 42 195 5 0.78 0 0.97 0.24 108.32 0.95 0.39
Hex 2A C3 5 4E 0 61 18 6C 5F 27
Octal 52 303 5 116 0 141 30 154 137 47
Binary 101010 11000011 101 1001110 0 1100001 11000 1101100 1011111 100111

Color Harmonies of #2AC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC305

Black with #2AC305

Text Example


Text Example

White with #2AC305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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