Html Css Color HEX #2ADB3F Lime Green

📋 copy color: '#2ADB3F'

red 42 ◦ green 219 ◦ blue 63

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

Shades of Lime Green #2ADB3F

Tints of Lime Green #2ADB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.44%

R = 12.96%
G = 67.59%
B = 19.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#2ADB3F (or 0x2ADB3F) is known color: Lime Green. HEX triplet: 2A, DB and 3F. RGB value is (42,219,63). Sum of RGB (Red+Green+Blue) = 42+219+63=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 219 (85.94% from 255 or 67.59% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADB3F is #D524C0. Grayscale: #949494. Windows color (decimal): -13968577 or 4184874. OLE color: 4184874.

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

Color convert

RGB 42 219 63 -
CMYK 0.81 0 0.71 0.14
HSL 127.12º 0.71% 0.51% -
HSV(B) 127.12º 0.81% 0.86% -
XYZ 27.18 51.51 13.21 -
YUV 148.29 79.86 52.18 -
System Red Green Blue C M Y K H S L
Decimal 42 219 63 0.81 0 0.71 0.14 127.12 0.71 0.51
Hex 2A DB 3F 51 0 47 E 7F 47 33
Octal 52 333 77 121 0 107 16 177 107 63
Binary 101010 11011011 111111 1010001 0 1000111 1110 1111111 1000111 110011

Color Harmonies of #2ADB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB3F

Black with #2ADB3F

Text Example


Text Example

White with #2ADB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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