Html Css Color HEX #3AC938 Lime Green

📋 copy color: '#3AC938'

red 58 ◦ green 201 ◦ blue 56

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

Shades of Lime Green #3AC938

Tints of Lime Green #3AC938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.81%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 18.41%
G = 63.81%
B = 17.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#3AC938 (or 0x3AC938) is known color: Lime Green. HEX triplet: 3A, C9 and 38. RGB value is (58,201,56). Sum of RGB (Red+Green+Blue) = 58+201+56=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC938 is #C536C7. Grayscale: #8E8E8E. Windows color (decimal): -12924616 or 3721530. OLE color: 3721530.

HSL color Cylindrical-coordinate representation of color #3AC938: hue angle of 119.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AC938 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 201 56 -
CMYK 0.71 0 0.72 0.21
HSL 119.17º 0.57% 0.5% -
HSV(B) 119.17º 0.72% 0.79% -
XYZ 23.35 42.96 10.8 -
YUV 141.71 79.62 68.29 -
System Red Green Blue C M Y K H S L
Decimal 58 201 56 0.71 0 0.72 0.21 119.17 0.57 0.5
Hex 3A C9 38 47 0 48 15 77 39 32
Octal 72 311 70 107 0 110 25 167 71 62
Binary 111010 11001001 111000 1000111 0 1001000 10101 1110111 111001 110010

Color Harmonies of #3AC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC938

Black with #3AC938

Text Example


Text Example

White with #3AC938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,201,56); }

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

background-color css

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

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

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

border-color css

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

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

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