Html Css Color HEX #2ADB37 Lime Green

📋 copy color: '#2ADB37'

red 42 ◦ green 219 ◦ blue 55

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

Shades of Lime Green #2ADB37

Tints of Lime Green #2ADB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 13.29%
G = 69.3%
B = 17.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#2ADB37 (or 0x2ADB37) is known color: Lime Green. HEX triplet: 2A, DB and 37. RGB value is (42,219,55). Sum of RGB (Red+Green+Blue) = 42+219+55=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 219 (85.94% from 255 or 69.30% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADB37 is #D524C8. Grayscale: #939393. Windows color (decimal): -13968585 or 3660586. OLE color: 3660586.

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

Color convert

RGB 42 219 55 -
CMYK 0.81 0 0.75 0.14
HSL 124.41º 0.71% 0.51% -
HSV(B) 124.41º 0.81% 0.86% -
XYZ 26.98 51.43 12.12 -
YUV 147.38 75.86 52.84 -
System Red Green Blue C M Y K H S L
Decimal 42 219 55 0.81 0 0.75 0.14 124.41 0.71 0.51
Hex 2A DB 37 51 0 4B E 7C 47 33
Octal 52 333 67 121 0 113 16 174 107 63
Binary 101010 11011011 110111 1010001 0 1001011 1110 1111100 1000111 110011

Color Harmonies of #2ADB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB37

Black with #2ADB37

Text Example


Text Example

White with #2ADB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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