Html Css Color HEX #2AB218 Kelly Green

📋 copy color: '#2AB218'

red 42 ◦ green 178 ◦ blue 24

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

Shades of Kelly Green #2AB218

Tints of Kelly Green #2AB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 72.95%

 BLUE value IS 24 (9.77% from 255) = 9.84%

R = 17.21%
G = 72.95%
B = 9.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#2AB218 (or 0x2AB218) is known color: Kelly Green. HEX triplet: 2A, B2 and 18. RGB value is (42,178,24). Sum of RGB (Red+Green+Blue) = 42+178+24=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 178 (69.92% from 255 or 72.95% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB218 is #D54DE7. Grayscale: #787878. Windows color (decimal): -13979112 or 1618474. OLE color: 1618474.

HSL color Cylindrical-coordinate representation of color #2AB218: hue angle of 112.99º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AB218 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 24 -
CMYK 0.76 0 0.87 0.30
HSL 112.99º 0.76% 0.4% -
HSV(B) 112.99º 0.87% 0.7% -
XYZ 17.04 32.4 6.22 -
YUV 119.78 73.94 72.52 -
System Red Green Blue C M Y K H S L
Decimal 42 178 24 0.76 0 0.87 0.30 112.99 0.76 0.4
Hex 2A B2 18 4C 0 57 1E 71 4C 28
Octal 52 262 30 114 0 127 36 161 114 50
Binary 101010 10110010 11000 1001100 0 1010111 11110 1110001 1001100 101000

Color Harmonies of #2AB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB218

Black with #2AB218

Text Example


Text Example

White with #2AB218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,178,24); }

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

background-color css

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

 a { background-color: rgb(42,178,24); }

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

border-color css

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

 span { border-color: rgb(42,178,24); }

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