Html Css Color HEX #3AC831 Lime Green

📋 copy color: '#3AC831'

red 58 ◦ green 200 ◦ blue 49

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

Shades of Lime Green #3AC831

Tints of Lime Green #3AC831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 65.15%

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

R = 18.89%
G = 65.15%
B = 15.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#3AC831 (or 0x3AC831) is known color: Lime Green. HEX triplet: 3A, C8 and 31. RGB value is (58,200,49). Sum of RGB (Red+Green+Blue) = 58+200+49=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC831 is #C537CE. Grayscale: #8C8C8C. Windows color (decimal): -12924879 or 3262522. OLE color: 3262522.

HSL color Cylindrical-coordinate representation of color #3AC831: hue angle of 116.42º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AC831 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 200 49 -
CMYK 0.71 0 0.76 0.22
HSL 116.42º 0.61% 0.49% -
HSV(B) 116.42º 0.76% 0.78% -
XYZ 22.95 42.43 9.89 -
YUV 140.33 76.46 69.28 -
System Red Green Blue C M Y K H S L
Decimal 58 200 49 0.71 0 0.76 0.22 116.42 0.61 0.49
Hex 3A C8 31 47 0 4C 16 74 3D 31
Octal 72 310 61 107 0 114 26 164 75 61
Binary 111010 11001000 110001 1000111 0 1001100 10110 1110100 111101 110001

Color Harmonies of #3AC831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC831

Black with #3AC831

Text Example


Text Example

White with #3AC831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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