Html Css Color HEX #2AB105 Kelly Green

📋 copy color: '#2AB105'

red 42 ◦ green 177 ◦ blue 5

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

Shades of Kelly Green #2AB105

Tints of Kelly Green #2AB105

RGB

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

 GREEN value IS 177 (69.53% from 255) = 79.02%

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

R = 18.75%
G = 79.02%
B = 2.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#2AB105 (or 0x2AB105) is known color: Kelly Green. HEX triplet: 2A, B1 and 05. RGB value is (42,177,5). Sum of RGB (Red+Green+Blue) = 42+177+5=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 177 (69.53% from 255 or 79.02% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB105 is #D54EFA. Grayscale: #757575. Windows color (decimal): -13979387 or 373034. OLE color: 373034.

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

Color convert

RGB 42 177 5 -
CMYK 0.76 0 0.97 0.31
HSL 107.09º 0.95% 0.36% -
HSV(B) 107.09º 0.97% 0.69% -
XYZ 16.7 31.95 5.43 -
YUV 117.03 64.77 74.49 -
System Red Green Blue C M Y K H S L
Decimal 42 177 5 0.76 0 0.97 0.31 107.09 0.95 0.36
Hex 2A B1 5 4C 0 61 1F 6B 5F 24
Octal 52 261 5 114 0 141 37 153 137 44
Binary 101010 10110001 101 1001100 0 1100001 11111 1101011 1011111 100100

Color Harmonies of #2AB105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB105

Black with #2AB105

Text Example


Text Example

White with #2AB105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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