Html Css Color HEX #3AC123 Lime Green

📋 copy color: '#3AC123'

red 58 ◦ green 193 ◦ blue 35

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

Shades of Lime Green #3AC123

Tints of Lime Green #3AC123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 20.28%
G = 67.48%
B = 12.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#3AC123 (or 0x3AC123) is known color: Lime Green. HEX triplet: 3A, C1 and 23. RGB value is (58,193,35). Sum of RGB (Red+Green+Blue) = 58+193+35=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC123 is #C53EDC. Grayscale: #878787. Windows color (decimal): -12926685 or 2343226. OLE color: 2343226.

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

Color convert

RGB 58 193 35 -
CMYK 0.70 0 0.82 0.24
HSL 111.27º 0.69% 0.45% -
HSV(B) 111.27º 0.82% 0.76% -
XYZ 21.12 39.16 8.04 -
YUV 134.62 71.77 73.35 -
System Red Green Blue C M Y K H S L
Decimal 58 193 35 0.70 0 0.82 0.24 111.27 0.69 0.45
Hex 3A C1 23 46 0 52 18 6F 45 2D
Octal 72 301 43 106 0 122 30 157 105 55
Binary 111010 11000001 100011 1000110 0 1010010 11000 1101111 1000101 101101

Color Harmonies of #3AC123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC123

Black with #3AC123

Text Example


Text Example

White with #3AC123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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