Html Css Color HEX #3AD83A Lime Green

📋 copy color: '#3AD83A'

red 58 ◦ green 216 ◦ blue 58

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

Shades of Lime Green #3AD83A

Tints of Lime Green #3AD83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 17.47%
G = 65.06%
B = 17.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#3AD83A (or 0x3AD83A) is known color: Lime Green. HEX triplet: 3A, D8 and 3A. RGB value is (58,216,58). Sum of RGB (Red+Green+Blue) = 58+216+58=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD83A is #C527C5. Grayscale: #979797. Windows color (decimal): -12920774 or 3856442. OLE color: 3856442.

HSL color Cylindrical-coordinate representation of color #3AD83A: hue angle of 120º 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 #3AD83A is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 58 -
CMYK 0.73 0 0.73 0.15
HSL 120º 0.67% 0.54% -
HSV(B) 120º 0.73% 0.85% -
XYZ 27.06 50.32 12.29 -
YUV 150.75 75.65 61.85 -
System Red Green Blue C M Y K H S L
Decimal 58 216 58 0.73 0 0.73 0.15 120 0.67 0.54
Hex 3A D8 3A 49 0 49 F 78 43 36
Octal 72 330 72 111 0 111 17 170 103 66
Binary 111010 11011000 111010 1001001 0 1001001 1111 1111000 1000011 110110

Color Harmonies of #3AD83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD83A

Black with #3AD83A

Text Example


Text Example

White with #3AD83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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