Html Css Color HEX #3AC850 Lime Green

📋 copy color: '#3AC850'

red 58 ◦ green 200 ◦ blue 80

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

Shades of Lime Green #3AC850

Tints of Lime Green #3AC850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 17.16%
G = 59.17%
B = 23.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#3AC850 (or 0x3AC850) is known color: Lime Green. HEX triplet: 3A, C8 and 50. RGB value is (58,200,80). Sum of RGB (Red+Green+Blue) = 58+200+80=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC850 is #C537AF. Grayscale: #909090. Windows color (decimal): -12924848 or 5294138. OLE color: 5294138.

HSL color Cylindrical-coordinate representation of color #3AC850: hue angle of 129.3º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC850 is Cyan = 0.71, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 200 80 -
CMYK 0.71 0 0.6 0.22
HSL 129.3º 0.56% 0.51% -
HSV(B) 129.3º 0.71% 0.78% -
XYZ 23.85 42.79 14.59 -
YUV 143.86 91.96 66.76 -
System Red Green Blue C M Y K H S L
Decimal 58 200 80 0.71 0 0.6 0.22 129.3 0.56 0.51
Hex 3A C8 50 47 0 3C 16 81 38 33
Octal 72 310 120 107 0 74 26 201 70 63
Binary 111010 11001000 1010000 1000111 0 111100 10110 10000001 111000 110011

Color Harmonies of #3AC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC850

Black with #3AC850

Text Example


Text Example

White with #3AC850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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