Html Css Color HEX #3ADA37 Lime Green

📋 copy color: '#3ADA37'

red 58 ◦ green 218 ◦ blue 55

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

Shades of Lime Green #3ADA37

Tints of Lime Green #3ADA37

RGB

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

 GREEN value IS 218 (85.55% from 255) = 65.86%

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

R = 17.52%
G = 65.86%
B = 16.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#3ADA37 (or 0x3ADA37) is known color: Lime Green. HEX triplet: 3A, DA and 37. RGB value is (58,218,55). Sum of RGB (Red+Green+Blue) = 58+218+55=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 218 (85.55% from 255 or 65.86% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADA37 is #C525C8. Grayscale: #989898. Windows color (decimal): -12920265 or 3660346. OLE color: 3660346.

HSL color Cylindrical-coordinate representation of color #3ADA37: hue angle of 118.9º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADA37 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 218 55 -
CMYK 0.73 0 0.75 0.15
HSL 118.9º 0.69% 0.54% -
HSV(B) 118.9º 0.75% 0.85% -
XYZ 27.51 51.32 12.07 -
YUV 151.58 73.49 61.25 -
System Red Green Blue C M Y K H S L
Decimal 58 218 55 0.73 0 0.75 0.15 118.9 0.69 0.54
Hex 3A DA 37 49 0 4B F 77 45 36
Octal 72 332 67 111 0 113 17 167 105 66
Binary 111010 11011010 110111 1001001 0 1001011 1111 1110111 1000101 110110

Color Harmonies of #3ADA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADA37

Black with #3ADA37

Text Example


Text Example

White with #3ADA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,218,55); }

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

background-color css

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

 a { background-color: rgb(58,218,55); }

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

border-color css

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

 span { border-color: rgb(58,218,55); }

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