Html Css Color HEX #3AC127 Lime Green

📋 copy color: '#3AC127'

red 58 ◦ green 193 ◦ blue 39

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

Shades of Lime Green #3AC127

Tints of Lime Green #3AC127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 20%
G = 66.55%
B = 13.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#3AC127 (or 0x3AC127) is known color: Lime Green. HEX triplet: 3A, C1 and 27. RGB value is (58,193,39). Sum of RGB (Red+Green+Blue) = 58+193+39=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 193 (75.78% from 255 or 66.55% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC127 is #C53ED8. Grayscale: #878787. Windows color (decimal): -12926681 or 2605370. OLE color: 2605370.

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

Color convert

RGB 58 193 39 -
CMYK 0.70 0 0.80 0.24
HSL 112.6º 0.66% 0.45% -
HSV(B) 112.6º 0.8% 0.76% -
XYZ 21.18 39.19 8.37 -
YUV 135.08 73.77 73.02 -
System Red Green Blue C M Y K H S L
Decimal 58 193 39 0.70 0 0.80 0.24 112.6 0.66 0.45
Hex 3A C1 27 46 0 50 18 71 42 2D
Octal 72 301 47 106 0 120 30 161 102 55
Binary 111010 11000001 100111 1000110 0 1010000 11000 1110001 1000010 101101

Color Harmonies of #3AC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC127

Black with #3AC127

Text Example


Text Example

White with #3AC127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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