Html Css Color HEX #3AC841 Lime Green

📋 copy color: '#3AC841'

red 58 ◦ green 200 ◦ blue 65

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

Shades of Lime Green #3AC841

Tints of Lime Green #3AC841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 17.96%
G = 61.92%
B = 20.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#3AC841 (or 0x3AC841) is known color: Lime Green. HEX triplet: 3A, C8 and 41. RGB value is (58,200,65). Sum of RGB (Red+Green+Blue) = 58+200+65=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC841 is #C537BE. Grayscale: #8E8E8E. Windows color (decimal): -12924863 or 4311098. OLE color: 4311098.

HSL color Cylindrical-coordinate representation of color #3AC841: hue angle of 122.96º 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 #3AC841 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 200 65 -
CMYK 0.71 0 0.68 0.22
HSL 122.96º 0.56% 0.51% -
HSV(B) 122.96º 0.71% 0.78% -
XYZ 23.35 42.59 11.99 -
YUV 142.15 84.46 67.98 -
System Red Green Blue C M Y K H S L
Decimal 58 200 65 0.71 0 0.68 0.22 122.96 0.56 0.51
Hex 3A C8 41 47 0 44 16 7B 38 33
Octal 72 310 101 107 0 104 26 173 70 63
Binary 111010 11001000 1000001 1000111 0 1000100 10110 1111011 111000 110011

Color Harmonies of #3AC841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC841

Black with #3AC841

Text Example


Text Example

White with #3AC841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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