Html Css Color HEX #2AB30F Kelly Green

📋 copy color: '#2AB30F'

red 42 ◦ green 179 ◦ blue 15

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

Shades of Kelly Green #2AB30F

Tints of Kelly Green #2AB30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 75.85%

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 17.8%
G = 75.85%
B = 6.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#2AB30F (or 0x2AB30F) is known color: Kelly Green. HEX triplet: 2A, B3 and 0F. RGB value is (42,179,15). Sum of RGB (Red+Green+Blue) = 42+179+15=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 179 (70.31% from 255 or 75.85% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB30F is #D54CF0. Grayscale: #777777. Windows color (decimal): -13978865 or 1028906. OLE color: 1028906.

HSL color Cylindrical-coordinate representation of color #2AB30F: hue angle of 110.12º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AB30F is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 179 15 -
CMYK 0.77 0 0.92 0.30
HSL 110.12º 0.85% 0.38% -
HSV(B) 110.12º 0.92% 0.7% -
XYZ 17.16 32.77 5.87 -
YUV 119.34 69.11 72.84 -
System Red Green Blue C M Y K H S L
Decimal 42 179 15 0.77 0 0.92 0.30 110.12 0.85 0.38
Hex 2A B3 F 4D 0 5C 1E 6E 55 26
Octal 52 263 17 115 0 134 36 156 125 46
Binary 101010 10110011 1111 1001101 0 1011100 11110 1101110 1010101 100110

Color Harmonies of #2AB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB30F

Black with #2AB30F

Text Example


Text Example

White with #2AB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,179,15); }

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

background-color css

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

 a { background-color: rgb(42,179,15); }

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

border-color css

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

 span { border-color: rgb(42,179,15); }

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