Html Css Color HEX #2AC306 Kelly Green

📋 copy color: '#2AC306'

red 42 ◦ green 195 ◦ blue 6

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

Shades of Kelly Green #2AC306

Tints of Kelly Green #2AC306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.47%

R = 17.28%
G = 80.25%
B = 2.47%

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

#2AC306 (or 0x2AC306) is known color: Kelly Green. HEX triplet: 2A, C3 and 06. RGB value is (42,195,6). Sum of RGB (Red+Green+Blue) = 42+195+6=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 195 (76.56% from 255 or 80.25% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC306 is #D53CF9. Grayscale: #808080. Windows color (decimal): -13974778 or 443178. OLE color: 443178.

HSL color Cylindrical-coordinate representation of color #2AC306: hue angle of 108.57º degrees, saturation: 0.94, 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 #2AC306 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 195 6 -
CMYK 0.78 0 0.97 0.24
HSL 108.57º 0.94% 0.39% -
HSV(B) 108.57º 0.97% 0.76% -
XYZ 20.5 39.54 6.72 -
YUV 127.71 59.31 66.87 -
System Red Green Blue C M Y K H S L
Decimal 42 195 6 0.78 0 0.97 0.24 108.57 0.94 0.39
Hex 2A C3 6 4E 0 61 18 6D 5E 27
Octal 52 303 6 116 0 141 30 155 136 47
Binary 101010 11000011 110 1001110 0 1100001 11000 1101101 1011110 100111

Color Harmonies of #2AC306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC306

Black with #2AC306

Text Example


Text Example

White with #2AC306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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