Html Css Color HEX #2ADA25 Lime Green

📋 copy color: '#2ADA25'

red 42 ◦ green 218 ◦ blue 37

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

Shades of Lime Green #2ADA25

Tints of Lime Green #2ADA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 14.14%
G = 73.4%
B = 12.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#2ADA25 (or 0x2ADA25) is known color: Lime Green. HEX triplet: 2A, DA and 25. RGB value is (42,218,37). Sum of RGB (Red+Green+Blue) = 42+218+37=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA25 is #D525DA. Grayscale: #919191. Windows color (decimal): -13968859 or 2480682. OLE color: 2480682.

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

Color convert

RGB 42 218 37 -
CMYK 0.81 0 0.83 0.15
HSL 118.34º 0.71% 0.5% -
HSV(B) 118.34º 0.83% 0.85% -
XYZ 26.36 50.77 10.16 -
YUV 144.74 67.19 54.72 -
System Red Green Blue C M Y K H S L
Decimal 42 218 37 0.81 0 0.83 0.15 118.34 0.71 0.5
Hex 2A DA 25 51 0 53 F 76 47 32
Octal 52 332 45 121 0 123 17 166 107 62
Binary 101010 11011010 100101 1010001 0 1010011 1111 1110110 1000111 110010

Color Harmonies of #2ADA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA25

Black with #2ADA25

Text Example


Text Example

White with #2ADA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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