Html Css Color HEX #3AC328 Lime Green

📋 copy color: '#3AC328'

red 58 ◦ green 195 ◦ blue 40

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

Shades of Lime Green #3AC328

Tints of Lime Green #3AC328

RGB

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

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

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

R = 19.8%
G = 66.55%
B = 13.65%

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

#3AC328 (or 0x3AC328) is known color: Lime Green. HEX triplet: 3A, C3 and 28. RGB value is (58,195,40). Sum of RGB (Red+Green+Blue) = 58+195+40=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 195 (76.56% from 255 or 66.55% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC328 is #C53CD7. Grayscale: #888888. Windows color (decimal): -12926168 or 2671418. OLE color: 2671418.

HSL color Cylindrical-coordinate representation of color #3AC328: hue angle of 113.03º 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 #3AC328 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 195 40 -
CMYK 0.70 0 0.79 0.24
HSL 113.03º 0.66% 0.46% -
HSV(B) 113.03º 0.79% 0.76% -
XYZ 21.64 40.08 8.6 -
YUV 136.37 73.61 72.1 -
System Red Green Blue C M Y K H S L
Decimal 58 195 40 0.70 0 0.79 0.24 113.03 0.66 0.46
Hex 3A C3 28 46 0 4F 18 71 42 2E
Octal 72 303 50 106 0 117 30 161 102 56
Binary 111010 11000011 101000 1000110 0 1001111 11000 1110001 1000010 101110

Color Harmonies of #3AC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC328

Black with #3AC328

Text Example


Text Example

White with #3AC328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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