Html Css Color HEX #3AC040 Lime Green

📋 copy color: '#3AC040'

red 58 ◦ green 192 ◦ blue 64

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

Shades of Lime Green #3AC040

Tints of Lime Green #3AC040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.15%

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 18.47%
G = 61.15%
B = 20.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#3AC040 (or 0x3AC040) is known color: Lime Green. HEX triplet: 3A, C0 and 40. RGB value is (58,192,64). Sum of RGB (Red+Green+Blue) = 58+192+64=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC040 is #C53FBF. Grayscale: #898989. Windows color (decimal): -12926912 or 4243514. OLE color: 4243514.

HSL color Cylindrical-coordinate representation of color #3AC040: hue angle of 122.69º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC040 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 64 -
CMYK 0.70 0 0.67 0.25
HSL 122.69º 0.54% 0.49% -
HSV(B) 122.69º 0.7% 0.75% -
XYZ 21.52 38.97 11.24 -
YUV 137.34 86.61 71.41 -
System Red Green Blue C M Y K H S L
Decimal 58 192 64 0.70 0 0.67 0.25 122.69 0.54 0.49
Hex 3A C0 40 46 0 43 19 7B 36 31
Octal 72 300 100 106 0 103 31 173 66 61
Binary 111010 11000000 1000000 1000110 0 1000011 11001 1111011 110110 110001

Color Harmonies of #3AC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC040

Black with #3AC040

Text Example


Text Example

White with #3AC040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,192,64); }

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

background-color css

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

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

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

border-color css

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

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

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