Html Css Color HEX #3AC231 Lime Green

📋 copy color: '#3AC231'

red 58 ◦ green 194 ◦ blue 49

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

Shades of Lime Green #3AC231

Tints of Lime Green #3AC231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.45%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 19.27%
G = 64.45%
B = 16.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#3AC231 (or 0x3AC231) is known color: Lime Green. HEX triplet: 3A, C2 and 31. RGB value is (58,194,49). Sum of RGB (Red+Green+Blue) = 58+194+49=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC231 is #C53DCE. Grayscale: #898989. Windows color (decimal): -12926415 or 3260986. OLE color: 3260986.

HSL color Cylindrical-coordinate representation of color #3AC231: hue angle of 116.28º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AC231 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 194 49 -
CMYK 0.70 0 0.75 0.24
HSL 116.28º 0.6% 0.48% -
HSV(B) 116.28º 0.75% 0.76% -
XYZ 21.59 39.7 9.43 -
YUV 136.81 78.44 71.79 -
System Red Green Blue C M Y K H S L
Decimal 58 194 49 0.70 0 0.75 0.24 116.28 0.6 0.48
Hex 3A C2 31 46 0 4B 18 74 3C 30
Octal 72 302 61 106 0 113 30 164 74 60
Binary 111010 11000010 110001 1000110 0 1001011 11000 1110100 111100 110000

Color Harmonies of #3AC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC231

Black with #3AC231

Text Example


Text Example

White with #3AC231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,194,49); }

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

background-color css

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

 a { background-color: rgb(58,194,49); }

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

border-color css

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

 span { border-color: rgb(58,194,49); }

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