Html Css Color HEX #4CD248 Lime Green

📋 copy color: '#4CD248'

red 76 ◦ green 210 ◦ blue 72

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

Shades of Lime Green #4CD248

Tints of Lime Green #4CD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.66%

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

R = 21.23%
G = 58.66%
B = 20.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#4CD248 (or 0x4CD248) is known color: Lime Green. HEX triplet: 4C, D2 and 48. RGB value is (76,210,72). Sum of RGB (Red+Green+Blue) = 76+210+72=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #4CD248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD248 is #B32DB7. Grayscale: #9A9A9A. Windows color (decimal): -11742648 or 4772428. OLE color: 4772428.

HSL color Cylindrical-coordinate representation of color #4CD248: hue angle of 118.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CD248 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 76 210 72 -
CMYK 0.64 0 0.66 0.18
HSL 118.26º 0.61% 0.55% -
HSV(B) 118.26º 0.66% 0.82% -
XYZ 27.2 48.1 13.98 -
YUV 154.2 81.61 72.22 -
System Red Green Blue C M Y K H S L
Decimal 76 210 72 0.64 0 0.66 0.18 118.26 0.61 0.55
Hex 4C D2 48 40 0 42 12 76 3D 37
Octal 114 322 110 100 0 102 22 166 75 67
Binary 1001100 11010010 1001000 1000000 0 1000010 10010 1110110 111101 110111

Color Harmonies of #4CD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD248

Black with #4CD248

Text Example


Text Example

White with #4CD248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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