Html Css Color HEX #3AC32E Lime Green

📋 copy color: '#3AC32E'

red 58 ◦ green 195 ◦ blue 46

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

Shades of Lime Green #3AC32E

Tints of Lime Green #3AC32E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65.22%

 BLUE value IS 46 (18.36% from 255) = 15.38%

R = 19.4%
G = 65.22%
B = 15.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#3AC32E (or 0x3AC32E) is known color: Lime Green. HEX triplet: 3A, C3 and 2E. RGB value is (58,195,46). Sum of RGB (Red+Green+Blue) = 58+195+46=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC32E is #C53CD1. Grayscale: #898989. Windows color (decimal): -12926162 or 3064634. OLE color: 3064634.

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

Color convert

RGB 58 195 46 -
CMYK 0.70 0 0.76 0.24
HSL 115.17º 0.62% 0.47% -
HSV(B) 115.17º 0.76% 0.76% -
XYZ 21.75 40.13 9.18 -
YUV 137.05 76.61 71.62 -
System Red Green Blue C M Y K H S L
Decimal 58 195 46 0.70 0 0.76 0.24 115.17 0.62 0.47
Hex 3A C3 2E 46 0 4C 18 73 3E 2F
Octal 72 303 56 106 0 114 30 163 76 57
Binary 111010 11000011 101110 1000110 0 1001100 11000 1110011 111110 101111

Color Harmonies of #3AC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC32E

Black with #3AC32E

Text Example


Text Example

White with #3AC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,195,46); }

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

background-color css

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

 a { background-color: rgb(58,195,46); }

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

border-color css

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

 span { border-color: rgb(58,195,46); }

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