Html Css Color HEX #4CCE52 Lime Green

📋 copy color: '#4CCE52'

red 76 ◦ green 206 ◦ blue 82

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

Shades of Lime Green #4CCE52

Tints of Lime Green #4CCE52

RGB

 RED value IS 76 (30.08% from 255) = 20.88%

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

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

R = 20.88%
G = 56.59%
B = 22.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#4CCE52 (or 0x4CCE52) is known color: Lime Green. HEX triplet: 4C, CE and 52. RGB value is (76,206,82). Sum of RGB (Red+Green+Blue) = 76+206+82=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCE52 is #B331AD. Grayscale: #999999. Windows color (decimal): -11743662 or 5426764. OLE color: 5426764.

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

Color convert

RGB 76 206 82 -
CMYK 0.63 0 0.60 0.19
HSL 122.77º 0.57% 0.55% -
HSV(B) 122.77º 0.63% 0.81% -
XYZ 26.57 46.29 15.52 -
YUV 152.99 87.93 73.08 -
System Red Green Blue C M Y K H S L
Decimal 76 206 82 0.63 0 0.60 0.19 122.77 0.57 0.55
Hex 4C CE 52 3F 0 3C 13 7B 39 37
Octal 114 316 122 77 0 74 23 173 71 67
Binary 1001100 11001110 1010010 111111 0 111100 10011 1111011 111001 110111

Color Harmonies of #4CCE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCE52

Black with #4CCE52

Text Example


Text Example

White with #4CCE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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