Html Css Color HEX #2AD93C Lime Green

📋 copy color: '#2AD93C'

red 42 ◦ green 217 ◦ blue 60

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

Shades of Lime Green #2AD93C

Tints of Lime Green #2AD93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.03%

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 13.17%
G = 68.03%
B = 18.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#2AD93C (or 0x2AD93C) is known color: Lime Green. HEX triplet: 2A, D9 and 3C. RGB value is (42,217,60). Sum of RGB (Red+Green+Blue) = 42+217+60=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 217 (85.16% from 255 or 68.03% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD93C is #D526C3. Grayscale: #939393. Windows color (decimal): -13969092 or 3987754. OLE color: 3987754.

HSL color Cylindrical-coordinate representation of color #2AD93C: hue angle of 126.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD93C is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 217 60 -
CMYK 0.81 0 0.72 0.15
HSL 126.17º 0.7% 0.51% -
HSV(B) 126.17º 0.81% 0.85% -
XYZ 26.58 50.44 12.61 -
YUV 146.78 79.02 53.27 -
System Red Green Blue C M Y K H S L
Decimal 42 217 60 0.81 0 0.72 0.15 126.17 0.7 0.51
Hex 2A D9 3C 51 0 48 F 7E 46 33
Octal 52 331 74 121 0 110 17 176 106 63
Binary 101010 11011001 111100 1010001 0 1001000 1111 1111110 1000110 110011

Color Harmonies of #2AD93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD93C

Black with #2AD93C

Text Example


Text Example

White with #2AD93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,217,60); }

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

background-color css

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

 a { background-color: rgb(42,217,60); }

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

border-color css

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

 span { border-color: rgb(42,217,60); }

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