Html Css Color HEX #3AD83F Lime Green

📋 copy color: '#3AD83F'

red 58 ◦ green 216 ◦ blue 63

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

Shades of Lime Green #3AD83F

Tints of Lime Green #3AD83F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.09%

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

R = 17.21%
G = 64.09%
B = 18.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#3AD83F (or 0x3AD83F) is known color: Lime Green. HEX triplet: 3A, D8 and 3F. RGB value is (58,216,63). Sum of RGB (Red+Green+Blue) = 58+216+63=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD83F is #C527C0. Grayscale: #979797. Windows color (decimal): -12920769 or 4184122. OLE color: 4184122.

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

Color convert

RGB 58 216 63 -
CMYK 0.73 0 0.71 0.15
HSL 121.9º 0.67% 0.54% -
HSV(B) 121.9º 0.73% 0.85% -
XYZ 27.2 50.37 12.99 -
YUV 151.32 78.15 61.44 -
System Red Green Blue C M Y K H S L
Decimal 58 216 63 0.73 0 0.71 0.15 121.9 0.67 0.54
Hex 3A D8 3F 49 0 47 F 7A 43 36
Octal 72 330 77 111 0 107 17 172 103 66
Binary 111010 11011000 111111 1001001 0 1000111 1111 1111010 1000011 110110

Color Harmonies of #3AD83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD83F

Black with #3AD83F

Text Example


Text Example

White with #3AD83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,63); }

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

background-color css

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

 a { background-color: rgb(58,216,63); }

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

border-color css

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

 span { border-color: rgb(58,216,63); }

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