Html Css Color HEX #4ACE52 Lime Green

📋 copy color: '#4ACE52'

red 74 ◦ green 206 ◦ blue 82

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

Shades of Lime Green #4ACE52

Tints of Lime Green #4ACE52

RGB

 RED value IS 74 (29.3% from 255) = 20.44%

 GREEN value IS 206 (80.86% from 255) = 56.91%

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

R = 20.44%
G = 56.91%
B = 22.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#4ACE52 (or 0x4ACE52) is known color: Lime Green. HEX triplet: 4A, CE and 52. RGB value is (74,206,82). Sum of RGB (Red+Green+Blue) = 74+206+82=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACE52 is #B531AD. Grayscale: #989898. Windows color (decimal): -11874734 or 5426762. OLE color: 5426762.

HSL color Cylindrical-coordinate representation of color #4ACE52: hue angle of 123.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACE52 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 82 -
CMYK 0.64 0 0.60 0.19
HSL 123.64º 0.57% 0.55% -
HSV(B) 123.64º 0.64% 0.81% -
XYZ 26.42 46.21 15.51 -
YUV 152.4 88.27 72.08 -
System Red Green Blue C M Y K H S L
Decimal 74 206 82 0.64 0 0.60 0.19 123.64 0.57 0.55
Hex 4A CE 52 40 0 3C 13 7C 39 37
Octal 112 316 122 100 0 74 23 174 71 67
Binary 1001010 11001110 1010010 1000000 0 111100 10011 1111100 111001 110111

Color Harmonies of #4ACE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACE52

Black with #4ACE52

Text Example


Text Example

White with #4ACE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ACE52; }

 p { color: rgb(74,206,82); }

 H1.HeaderClassName
 {
   color: #4ACE52;
 }
 .AnyTagClassName
 {
   color: #4ACE52;
 }
</style>

background-color css

<style>
 a { background-color: #4ACE52; }

 a { background-color: rgb(74,206,82); }

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

border-color css

<style>
 span { border-color: #4ACE52; }

 span { border-color: rgb(74,206,82); }

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