Html Css Color HEX #2AB912 Kelly Green

📋 copy color: '#2AB912'

red 42 ◦ green 185 ◦ blue 18

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

Shades of Kelly Green #2AB912

Tints of Kelly Green #2AB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 75.51%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 17.14%
G = 75.51%
B = 7.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#2AB912 (or 0x2AB912) is known color: Kelly Green. HEX triplet: 2A, B9 and 12. RGB value is (42,185,18). Sum of RGB (Red+Green+Blue) = 42+185+18=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 185 (72.66% from 255 or 75.51% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB912 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB912 is #D546ED. Grayscale: #7B7B7B. Windows color (decimal): -13977326 or 1227050. OLE color: 1227050.

HSL color Cylindrical-coordinate representation of color #2AB912: hue angle of 111.38º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AB912 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 18 -
CMYK 0.77 0 0.90 0.27
HSL 111.38º 0.82% 0.4% -
HSV(B) 111.38º 0.9% 0.73% -
XYZ 18.41 35.23 6.4 -
YUV 123.21 68.62 70.08 -
System Red Green Blue C M Y K H S L
Decimal 42 185 18 0.77 0 0.90 0.27 111.38 0.82 0.4
Hex 2A B9 12 4D 0 5A 1B 6F 52 28
Octal 52 271 22 115 0 132 33 157 122 50
Binary 101010 10111001 10010 1001101 0 1011010 11011 1101111 1010010 101000

Color Harmonies of #2AB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB912

Black with #2AB912

Text Example


Text Example

White with #2AB912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,18); }

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

background-color css

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

 a { background-color: rgb(42,185,18); }

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

border-color css

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

 span { border-color: rgb(42,185,18); }

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