Html Css Color HEX #2ADB19 Lime Green

📋 copy color: '#2ADB19'

red 42 ◦ green 219 ◦ blue 25

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

Shades of Lime Green #2ADB19

Tints of Lime Green #2ADB19

RGB

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

 GREEN value IS 219 (85.94% from 255) = 76.57%

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 14.69%
G = 76.57%
B = 8.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#2ADB19 (or 0x2ADB19) is known color: Lime Green. HEX triplet: 2A, DB and 19. RGB value is (42,219,25). Sum of RGB (Red+Green+Blue) = 42+219+25=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 219 (85.94% from 255 or 76.57% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADB19 is #D524E6. Grayscale: #909090. Windows color (decimal): -13968615 or 1694506. OLE color: 1694506.

HSL color Cylindrical-coordinate representation of color #2ADB19: hue angle of 114.74º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2ADB19 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 219 25 -
CMYK 0.81 0 0.89 0.14
HSL 114.74º 0.8% 0.48% -
HSV(B) 114.74º 0.89% 0.86% -
XYZ 26.46 51.23 9.41 -
YUV 143.96 60.86 55.27 -
System Red Green Blue C M Y K H S L
Decimal 42 219 25 0.81 0 0.89 0.14 114.74 0.8 0.48
Hex 2A DB 19 51 0 59 E 73 50 30
Octal 52 333 31 121 0 131 16 163 120 60
Binary 101010 11011011 11001 1010001 0 1011001 1110 1110011 1010000 110000

Color Harmonies of #2ADB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB19

Black with #2ADB19

Text Example


Text Example

White with #2ADB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,219,25); }

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

background-color css

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

 a { background-color: rgb(42,219,25); }

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

border-color css

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

 span { border-color: rgb(42,219,25); }

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