Html Css Color HEX #2ADA48 Lime Green

📋 copy color: '#2ADA48'

red 42 ◦ green 218 ◦ blue 72

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

Shades of Lime Green #2ADA48

Tints of Lime Green #2ADA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 65.66%

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 12.65%
G = 65.66%
B = 21.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#2ADA48 (or 0x2ADA48) is known color: Lime Green. HEX triplet: 2A, DA and 48. RGB value is (42,218,72). Sum of RGB (Red+Green+Blue) = 42+218+72=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 218 (85.55% from 255 or 65.66% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA48 is #D525B7. Grayscale: #959595. Windows color (decimal): -13968824 or 4774442. OLE color: 4774442.

HSL color Cylindrical-coordinate representation of color #2ADA48: hue angle of 130.23º 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 #2ADA48 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 72 -
CMYK 0.81 0 0.67 0.15
HSL 130.23º 0.7% 0.51% -
HSV(B) 130.23º 0.81% 0.85% -
XYZ 27.2 51.1 14.56 -
YUV 148.73 84.69 51.87 -
System Red Green Blue C M Y K H S L
Decimal 42 218 72 0.81 0 0.67 0.15 130.23 0.7 0.51
Hex 2A DA 48 51 0 43 F 82 46 33
Octal 52 332 110 121 0 103 17 202 106 63
Binary 101010 11011010 1001000 1010001 0 1000011 1111 10000010 1000110 110011

Color Harmonies of #2ADA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA48

Black with #2ADA48

Text Example


Text Example

White with #2ADA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,218,72); }

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

background-color css

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

 a { background-color: rgb(42,218,72); }

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

border-color css

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

 span { border-color: rgb(42,218,72); }

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