Html Css Color HEX #3AD24E Lime Green

📋 copy color: '#3AD24E'

red 58 ◦ green 210 ◦ blue 78

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

Shades of Lime Green #3AD24E

Tints of Lime Green #3AD24E

RGB

 RED value IS 58 (23.05% from 255) = 16.76%

 GREEN value IS 210 (82.42% from 255) = 60.69%

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 16.76%
G = 60.69%
B = 22.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#3AD24E (or 0x3AD24E) is known color: Lime Green. HEX triplet: 3A, D2 and 4E. RGB value is (58,210,78). Sum of RGB (Red+Green+Blue) = 58+210+78=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD24E is #C52DB1. Grayscale: #959595. Windows color (decimal): -12922290 or 5165626. OLE color: 5165626.

HSL color Cylindrical-coordinate representation of color #3AD24E: hue angle of 127.89º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD24E is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 210 78 -
CMYK 0.72 0 0.63 0.18
HSL 127.89º 0.63% 0.53% -
HSV(B) 127.89º 0.72% 0.82% -
XYZ 26.17 47.54 15.01 -
YUV 149.5 87.64 62.73 -
System Red Green Blue C M Y K H S L
Decimal 58 210 78 0.72 0 0.63 0.18 127.89 0.63 0.53
Hex 3A D2 4E 48 0 3F 12 80 3F 35
Octal 72 322 116 110 0 77 22 200 77 65
Binary 111010 11010010 1001110 1001000 0 111111 10010 10000000 111111 110101

Color Harmonies of #3AD24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD24E

Black with #3AD24E

Text Example


Text Example

White with #3AD24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AD24E; }

 p { color: rgb(58,210,78); }

 H1.HeaderClassName
 {
   color: #3AD24E;
 }
 .AnyTagClassName
 {
   color: #3AD24E;
 }
</style>

background-color css

<style>
 a { background-color: #3AD24E; }

 a { background-color: rgb(58,210,78); }

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

border-color css

<style>
 span { border-color: #3AD24E; }

 span { border-color: rgb(58,210,78); }

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