Html Css Color HEX #3AC325 Lime Green

📋 copy color: '#3AC325'

red 58 ◦ green 195 ◦ blue 37

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

Shades of Lime Green #3AC325

Tints of Lime Green #3AC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 20%
G = 67.24%
B = 12.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#3AC325 (or 0x3AC325) is known color: Lime Green. HEX triplet: 3A, C3 and 25. RGB value is (58,195,37). Sum of RGB (Red+Green+Blue) = 58+195+37=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC325 is #C53CDA. Grayscale: #888888. Windows color (decimal): -12926171 or 2474810. OLE color: 2474810.

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

Color convert

RGB 58 195 37 -
CMYK 0.70 0 0.81 0.24
HSL 112.03º 0.68% 0.45% -
HSV(B) 112.03º 0.81% 0.76% -
XYZ 21.59 40.06 8.35 -
YUV 136.03 72.11 72.35 -
System Red Green Blue C M Y K H S L
Decimal 58 195 37 0.70 0 0.81 0.24 112.03 0.68 0.45
Hex 3A C3 25 46 0 51 18 70 44 2D
Octal 72 303 45 106 0 121 30 160 104 55
Binary 111010 11000011 100101 1000110 0 1010001 11000 1110000 1000100 101101

Color Harmonies of #3AC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC325

Black with #3AC325

Text Example


Text Example

White with #3AC325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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