Html Css Color HEX #3AC628 Lime Green

📋 copy color: '#3AC628'

red 58 ◦ green 198 ◦ blue 40

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

Shades of Lime Green #3AC628

Tints of Lime Green #3AC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 66.89%

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

R = 19.59%
G = 66.89%
B = 13.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#3AC628 (or 0x3AC628) is known color: Lime Green. HEX triplet: 3A, C6 and 28. RGB value is (58,198,40). Sum of RGB (Red+Green+Blue) = 58+198+40=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 198 (77.73% from 255 or 66.89% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC628 is #C539D7. Grayscale: #8A8A8A. Windows color (decimal): -12925400 or 2672186. OLE color: 2672186.

HSL color Cylindrical-coordinate representation of color #3AC628: hue angle of 113.16º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AC628 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 198 40 -
CMYK 0.71 0 0.80 0.22
HSL 113.16º 0.66% 0.47% -
HSV(B) 113.16º 0.8% 0.78% -
XYZ 22.32 41.44 8.83 -
YUV 138.13 72.62 70.85 -
System Red Green Blue C M Y K H S L
Decimal 58 198 40 0.71 0 0.80 0.22 113.16 0.66 0.47
Hex 3A C6 28 47 0 50 16 71 42 2F
Octal 72 306 50 107 0 120 26 161 102 57
Binary 111010 11000110 101000 1000111 0 1010000 10110 1110001 1000010 101111

Color Harmonies of #3AC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC628

Black with #3AC628

Text Example


Text Example

White with #3AC628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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