Html Css Color HEX #3AC652 Lime Green

📋 copy color: '#3AC652'

red 58 ◦ green 198 ◦ blue 82

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

Shades of Lime Green #3AC652

Tints of Lime Green #3AC652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 17.16%
G = 58.58%
B = 24.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#3AC652 (or 0x3AC652) is known color: Lime Green. HEX triplet: 3A, C6 and 52. RGB value is (58,198,82). Sum of RGB (Red+Green+Blue) = 58+198+82=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 198 (77.73% from 255 or 58.58% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC652 is #C539AD. Grayscale: #8F8F8F. Windows color (decimal): -12925358 or 5424698. OLE color: 5424698.

HSL color Cylindrical-coordinate representation of color #3AC652: hue angle of 130.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC652 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 198 82 -
CMYK 0.71 0 0.59 0.22
HSL 130.29º 0.55% 0.5% -
HSV(B) 130.29º 0.71% 0.78% -
XYZ 23.46 41.9 14.83 -
YUV 142.92 93.62 67.43 -
System Red Green Blue C M Y K H S L
Decimal 58 198 82 0.71 0 0.59 0.22 130.29 0.55 0.5
Hex 3A C6 52 47 0 3B 16 82 37 32
Octal 72 306 122 107 0 73 26 202 67 62
Binary 111010 11000110 1010010 1000111 0 111011 10110 10000010 110111 110010

Color Harmonies of #3AC652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC652

Black with #3AC652

Text Example


Text Example

White with #3AC652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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