Html Css Color HEX #3AD03C Lime Green

📋 copy color: '#3AD03C'

red 58 ◦ green 208 ◦ blue 60

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

Shades of Lime Green #3AD03C

Tints of Lime Green #3AD03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 17.79%
G = 63.8%
B = 18.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#3AD03C (or 0x3AD03C) is known color: Lime Green. HEX triplet: 3A, D0 and 3C. RGB value is (58,208,60). Sum of RGB (Red+Green+Blue) = 58+208+60=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD03C is #C52FC3. Grayscale: #929292. Windows color (decimal): -12922820 or 3985466. OLE color: 3985466.

HSL color Cylindrical-coordinate representation of color #3AD03C: hue angle of 120.8º 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 #3AD03C is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 60 -
CMYK 0.72 0 0.71 0.18
HSL 120.8º 0.61% 0.52% -
HSV(B) 120.8º 0.72% 0.82% -
XYZ 25.12 46.34 11.9 -
YUV 146.28 79.31 65.03 -
System Red Green Blue C M Y K H S L
Decimal 58 208 60 0.72 0 0.71 0.18 120.8 0.61 0.52
Hex 3A D0 3C 48 0 47 12 79 3D 34
Octal 72 320 74 110 0 107 22 171 75 64
Binary 111010 11010000 111100 1001000 0 1000111 10010 1111001 111101 110100

Color Harmonies of #3AD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD03C

Black with #3AD03C

Text Example


Text Example

White with #3AD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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