Html Css Color HEX #3AD03B Lime Green

📋 copy color: '#3AD03B'

red 58 ◦ green 208 ◦ blue 59

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

Shades of Lime Green #3AD03B

Tints of Lime Green #3AD03B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64%

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 17.85%
G = 64%
B = 18.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#3AD03B (or 0x3AD03B) is known color: Lime Green. HEX triplet: 3A, D0 and 3B. RGB value is (58,208,59). Sum of RGB (Red+Green+Blue) = 58+208+59=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 208 (81.64% from 255 or 64% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD03B is #C52FC4. Grayscale: #929292. Windows color (decimal): -12922821 or 3919930. OLE color: 3919930.

HSL color Cylindrical-coordinate representation of color #3AD03B: hue angle of 120.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD03B is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 59 -
CMYK 0.72 0 0.72 0.18
HSL 120.4º 0.61% 0.52% -
HSV(B) 120.4º 0.72% 0.82% -
XYZ 25.09 46.33 11.76 -
YUV 146.16 78.81 65.12 -
System Red Green Blue C M Y K H S L
Decimal 58 208 59 0.72 0 0.72 0.18 120.4 0.61 0.52
Hex 3A D0 3B 48 0 48 12 78 3D 34
Octal 72 320 73 110 0 110 22 170 75 64
Binary 111010 11010000 111011 1001000 0 1001000 10010 1111000 111101 110100

Color Harmonies of #3AD03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD03B

Black with #3AD03B

Text Example


Text Example

White with #3AD03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,208,59); }

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

background-color css

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

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

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

border-color css

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

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

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