Html Css Color HEX #3AC135 Lime Green

📋 copy color: '#3AC135'

red 58 ◦ green 193 ◦ blue 53

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

Shades of Lime Green #3AC135

Tints of Lime Green #3AC135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 19.08%
G = 63.49%
B = 17.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#3AC135 (or 0x3AC135) is known color: Lime Green. HEX triplet: 3A, C1 and 35. RGB value is (58,193,53). Sum of RGB (Red+Green+Blue) = 58+193+53=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC135 is #C53ECA. Grayscale: #898989. Windows color (decimal): -12926667 or 3522874. OLE color: 3522874.

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

Color convert

RGB 58 193 53 -
CMYK 0.70 0 0.73 0.24
HSL 117.86º 0.57% 0.48% -
HSV(B) 117.86º 0.73% 0.76% -
XYZ 21.46 39.3 9.82 -
YUV 136.68 80.77 71.88 -
System Red Green Blue C M Y K H S L
Decimal 58 193 53 0.70 0 0.73 0.24 117.86 0.57 0.48
Hex 3A C1 35 46 0 49 18 76 39 30
Octal 72 301 65 106 0 111 30 166 71 60
Binary 111010 11000001 110101 1000110 0 1001001 11000 1110110 111001 110000

Color Harmonies of #3AC135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC135

Black with #3AC135

Text Example


Text Example

White with #3AC135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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