Html Css Color HEX #3ADA2F Lime Green

📋 copy color: '#3ADA2F'

red 58 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #3ADA2F

Tints of Lime Green #3ADA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.55%

R = 17.96%
G = 67.49%
B = 14.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#3ADA2F (or 0x3ADA2F) is known color: Lime Green. HEX triplet: 3A, DA and 2F. RGB value is (58,218,47). Sum of RGB (Red+Green+Blue) = 58+218+47=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 218 (85.55% from 255 or 67.49% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADA2F is #C525D0. Grayscale: #979797. Windows color (decimal): -12920273 or 3136058. OLE color: 3136058.

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

Color convert

RGB 58 218 47 -
CMYK 0.73 0 0.78 0.15
HSL 116.14º 0.7% 0.52% -
HSV(B) 116.14º 0.78% 0.85% -
XYZ 27.33 51.25 11.14 -
YUV 150.67 69.49 61.9 -
System Red Green Blue C M Y K H S L
Decimal 58 218 47 0.73 0 0.78 0.15 116.14 0.7 0.52
Hex 3A DA 2F 49 0 4E F 74 46 34
Octal 72 332 57 111 0 116 17 164 106 64
Binary 111010 11011010 101111 1001001 0 1001110 1111 1110100 1000110 110100

Color Harmonies of #3ADA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADA2F

Black with #3ADA2F

Text Example


Text Example

White with #3ADA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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