Html Css Color HEX #3AC042 Lime Green

📋 copy color: '#3AC042'

red 58 ◦ green 192 ◦ blue 66

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

Shades of Lime Green #3AC042

Tints of Lime Green #3AC042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 18.35%
G = 60.76%
B = 20.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#3AC042 (or 0x3AC042) is known color: Lime Green. HEX triplet: 3A, C0 and 42. RGB value is (58,192,66). Sum of RGB (Red+Green+Blue) = 58+192+66=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC042 is #C53FBD. Grayscale: #898989. Windows color (decimal): -12926910 or 4374586. OLE color: 4374586.

HSL color Cylindrical-coordinate representation of color #3AC042: hue angle of 123.58º 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 #3AC042 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 66 -
CMYK 0.70 0 0.66 0.25
HSL 123.58º 0.54% 0.49% -
HSV(B) 123.58º 0.7% 0.75% -
XYZ 21.58 38.99 11.54 -
YUV 137.57 87.61 71.25 -
System Red Green Blue C M Y K H S L
Decimal 58 192 66 0.70 0 0.66 0.25 123.58 0.54 0.49
Hex 3A C0 42 46 0 42 19 7C 36 31
Octal 72 300 102 106 0 102 31 174 66 61
Binary 111010 11000000 1000010 1000110 0 1000010 11001 1111100 110110 110001

Color Harmonies of #3AC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC042

Black with #3AC042

Text Example


Text Example

White with #3AC042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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