Html Css Color HEX #3AC128 Lime Green

📋 copy color: '#3AC128'

red 58 ◦ green 193 ◦ blue 40

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

Shades of Lime Green #3AC128

Tints of Lime Green #3AC128

RGB

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

 GREEN value IS 193 (75.78% from 255) = 66.32%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 19.93%
G = 66.32%
B = 13.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#3AC128 (or 0x3AC128) is known color: Lime Green. HEX triplet: 3A, C1 and 28. RGB value is (58,193,40). Sum of RGB (Red+Green+Blue) = 58+193+40=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC128 is #C53ED7. Grayscale: #878787. Windows color (decimal): -12926680 or 2670906. OLE color: 2670906.

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

Color convert

RGB 58 193 40 -
CMYK 0.70 0 0.79 0.24
HSL 112.94º 0.66% 0.46% -
HSV(B) 112.94º 0.79% 0.76% -
XYZ 21.2 39.19 8.46 -
YUV 135.19 74.27 72.94 -
System Red Green Blue C M Y K H S L
Decimal 58 193 40 0.70 0 0.79 0.24 112.94 0.66 0.46
Hex 3A C1 28 46 0 4F 18 71 42 2E
Octal 72 301 50 106 0 117 30 161 102 56
Binary 111010 11000001 101000 1000110 0 1001111 11000 1110001 1000010 101110

Color Harmonies of #3AC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC128

Black with #3AC128

Text Example


Text Example

White with #3AC128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,193,40); }

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

background-color css

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

 a { background-color: rgb(58,193,40); }

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

border-color css

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

 span { border-color: rgb(58,193,40); }

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