Html Css Color HEX #2ADA30 Lime Green

📋 copy color: '#2ADA30'

red 42 ◦ green 218 ◦ blue 48

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

Shades of Lime Green #2ADA30

Tints of Lime Green #2ADA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 13.64%
G = 70.78%
B = 15.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#2ADA30 (or 0x2ADA30) is known color: Lime Green. HEX triplet: 2A, DA and 30. RGB value is (42,218,48). Sum of RGB (Red+Green+Blue) = 42+218+48=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 218 (85.55% from 255 or 70.78% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA30 is #D525CF. Grayscale: #929292. Windows color (decimal): -13968848 or 3201578. OLE color: 3201578.

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

Color convert

RGB 42 218 48 -
CMYK 0.81 0 0.78 0.15
HSL 122.05º 0.7% 0.51% -
HSV(B) 122.05º 0.81% 0.85% -
XYZ 26.56 50.85 11.21 -
YUV 146 72.69 53.82 -
System Red Green Blue C M Y K H S L
Decimal 42 218 48 0.81 0 0.78 0.15 122.05 0.7 0.51
Hex 2A DA 30 51 0 4E F 7A 46 33
Octal 52 332 60 121 0 116 17 172 106 63
Binary 101010 11011010 110000 1010001 0 1001110 1111 1111010 1000110 110011

Color Harmonies of #2ADA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA30

Black with #2ADA30

Text Example


Text Example

White with #2ADA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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