Html Css Color HEX #3ADB57 Lime Green

📋 copy color: '#3ADB57'

red 58 ◦ green 219 ◦ blue 87

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

Shades of Lime Green #3ADB57

Tints of Lime Green #3ADB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.9%

R = 15.93%
G = 60.16%
B = 23.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#3ADB57 (or 0x3ADB57) is known color: Lime Green. HEX triplet: 3A, DB and 57. RGB value is (58,219,87). Sum of RGB (Red+Green+Blue) = 58+219+87=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADB57 is #C524A8. Grayscale: #9C9C9C. Windows color (decimal): -12919977 or 5757754. OLE color: 5757754.

HSL color Cylindrical-coordinate representation of color #3ADB57: hue angle of 130.81º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADB57 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 219 87 -
CMYK 0.74 0 0.60 0.14
HSL 130.81º 0.69% 0.54% -
HSV(B) 130.81º 0.74% 0.86% -
XYZ 28.8 52.25 17.58 -
YUV 155.81 89.16 58.23 -
System Red Green Blue C M Y K H S L
Decimal 58 219 87 0.74 0 0.60 0.14 130.81 0.69 0.54
Hex 3A DB 57 4A 0 3C E 83 45 36
Octal 72 333 127 112 0 74 16 203 105 66
Binary 111010 11011011 1010111 1001010 0 111100 1110 10000011 1000101 110110

Color Harmonies of #3ADB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADB57

Black with #3ADB57

Text Example


Text Example

White with #3ADB57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,219,87); }

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

background-color css

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

 a { background-color: rgb(58,219,87); }

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

border-color css

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

 span { border-color: rgb(58,219,87); }

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