Html Css Color HEX #2ADB28 Lime Green

📋 copy color: '#2ADB28'

red 42 ◦ green 219 ◦ blue 40

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

Shades of Lime Green #2ADB28

Tints of Lime Green #2ADB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 13.95%
G = 72.76%
B = 13.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#2ADB28 (or 0x2ADB28) is known color: Lime Green. HEX triplet: 2A, DB and 28. RGB value is (42,219,40). Sum of RGB (Red+Green+Blue) = 42+219+40=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 219 (85.94% from 255 or 72.76% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADB28 is #D524D7. Grayscale: #929292. Windows color (decimal): -13968600 or 2677546. OLE color: 2677546.

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

Color convert

RGB 42 219 40 -
CMYK 0.81 0 0.82 0.14
HSL 119.33º 0.71% 0.51% -
HSV(B) 119.33º 0.82% 0.86% -
XYZ 26.67 51.31 10.51 -
YUV 145.67 68.36 54.05 -
System Red Green Blue C M Y K H S L
Decimal 42 219 40 0.81 0 0.82 0.14 119.33 0.71 0.51
Hex 2A DB 28 51 0 52 E 77 47 33
Octal 52 333 50 121 0 122 16 167 107 63
Binary 101010 11011011 101000 1010001 0 1010010 1110 1110111 1000111 110011

Color Harmonies of #2ADB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB28

Black with #2ADB28

Text Example


Text Example

White with #2ADB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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