Html Css Color HEX #2AB108 Kelly Green

📋 copy color: '#2AB108'

red 42 ◦ green 177 ◦ blue 8

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

Shades of Kelly Green #2AB108

Tints of Kelly Green #2AB108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.52%

R = 18.5%
G = 77.97%
B = 3.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#2AB108 (or 0x2AB108) is known color: Kelly Green. HEX triplet: 2A, B1 and 08. RGB value is (42,177,8). Sum of RGB (Red+Green+Blue) = 42+177+8=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 177 (69.53% from 255 or 77.97% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB108 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB108 is #D54EF7. Grayscale: #757575. Windows color (decimal): -13979384 or 569642. OLE color: 569642.

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

Color convert

RGB 42 177 8 -
CMYK 0.76 0 0.95 0.31
HSL 107.93º 0.91% 0.36% -
HSV(B) 107.93º 0.95% 0.69% -
XYZ 16.72 31.95 5.52 -
YUV 117.37 66.27 74.24 -
System Red Green Blue C M Y K H S L
Decimal 42 177 8 0.76 0 0.95 0.31 107.93 0.91 0.36
Hex 2A B1 8 4C 0 5F 1F 6C 5B 24
Octal 52 261 10 114 0 137 37 154 133 44
Binary 101010 10110001 1000 1001100 0 1011111 11111 1101100 1011011 100100

Color Harmonies of #2AB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB108

Black with #2AB108

Text Example


Text Example

White with #2AB108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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