Html Css Color HEX #2AB605 Kelly Green

📋 copy color: '#2AB605'

red 42 ◦ green 182 ◦ blue 5

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

Shades of Kelly Green #2AB605

Tints of Kelly Green #2AB605

RGB

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

 GREEN value IS 182 (71.48% from 255) = 79.48%

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

R = 18.34%
G = 79.48%
B = 2.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#2AB605 (or 0x2AB605) is known color: Kelly Green. HEX triplet: 2A, B6 and 05. RGB value is (42,182,5). Sum of RGB (Red+Green+Blue) = 42+182+5=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 182 (71.48% from 255 or 79.48% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB605 is #D549FA. Grayscale: #787878. Windows color (decimal): -13978107 or 374314. OLE color: 374314.

HSL color Cylindrical-coordinate representation of color #2AB605: hue angle of 107.46º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AB605 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 5 -
CMYK 0.77 0 0.97 0.29
HSL 107.46º 0.95% 0.37% -
HSV(B) 107.46º 0.97% 0.71% -
XYZ 17.71 33.96 5.76 -
YUV 119.96 63.12 72.39 -
System Red Green Blue C M Y K H S L
Decimal 42 182 5 0.77 0 0.97 0.29 107.46 0.95 0.37
Hex 2A B6 5 4D 0 61 1D 6B 5F 25
Octal 52 266 5 115 0 141 35 153 137 45
Binary 101010 10110110 101 1001101 0 1100001 11101 1101011 1011111 100101

Color Harmonies of #2AB605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB605

Black with #2AB605

Text Example


Text Example

White with #2AB605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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