Html Css Color HEX #4CCF48 Lime Green

📋 copy color: '#4CCF48'

red 76 ◦ green 207 ◦ blue 72

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

Shades of Lime Green #4CCF48

Tints of Lime Green #4CCF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.31%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 21.41%
G = 58.31%
B = 20.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#4CCF48 (or 0x4CCF48) is known color: Lime Green. HEX triplet: 4C, CF and 48. RGB value is (76,207,72). Sum of RGB (Red+Green+Blue) = 76+207+72=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCF48 is #B330B7. Grayscale: #989898. Windows color (decimal): -11743416 or 4771660. OLE color: 4771660.

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

Color convert

RGB 76 207 72 -
CMYK 0.63 0 0.65 0.19
HSL 118.22º 0.58% 0.55% -
HSV(B) 118.22º 0.65% 0.81% -
XYZ 26.46 46.63 13.74 -
YUV 152.44 82.6 73.48 -
System Red Green Blue C M Y K H S L
Decimal 76 207 72 0.63 0 0.65 0.19 118.22 0.58 0.55
Hex 4C CF 48 3F 0 41 13 76 3A 37
Octal 114 317 110 77 0 101 23 166 72 67
Binary 1001100 11001111 1001000 111111 0 1000001 10011 1110110 111010 110111

Color Harmonies of #4CCF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCF48

Black with #4CCF48

Text Example


Text Example

White with #4CCF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,207,72); }

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

background-color css

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

 a { background-color: rgb(76,207,72); }

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

border-color css

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

 span { border-color: rgb(76,207,72); }

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