Html Css Color HEX #2ADD3C Lime Green

📋 copy color: '#2ADD3C'

red 42 ◦ green 221 ◦ blue 60

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

Shades of Lime Green #2ADD3C

Tints of Lime Green #2ADD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.42%

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

R = 13%
G = 68.42%
B = 18.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#2ADD3C (or 0x2ADD3C) is known color: Lime Green. HEX triplet: 2A, DD and 3C. RGB value is (42,221,60). Sum of RGB (Red+Green+Blue) = 42+221+60=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADD3C is #D522C3. Grayscale: #959595. Windows color (decimal): -13968068 or 3988778. OLE color: 3988778.

HSL color Cylindrical-coordinate representation of color #2ADD3C: hue angle of 126.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADD3C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 60 -
CMYK 0.81 0 0.73 0.13
HSL 126.03º 0.72% 0.52% -
HSV(B) 126.03º 0.81% 0.87% -
XYZ 27.63 52.53 12.96 -
YUV 149.13 77.7 51.59 -
System Red Green Blue C M Y K H S L
Decimal 42 221 60 0.81 0 0.73 0.13 126.03 0.72 0.52
Hex 2A DD 3C 51 0 49 D 7E 48 34
Octal 52 335 74 121 0 111 15 176 110 64
Binary 101010 11011101 111100 1010001 0 1001001 1101 1111110 1001000 110100

Color Harmonies of #2ADD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD3C

Black with #2ADD3C

Text Example


Text Example

White with #2ADD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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