Html Css Color HEX #4CE448 Lime Green

📋 copy color: '#4CE448'

red 76 ◦ green 228 ◦ blue 72

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

Shades of Lime Green #4CE448

Tints of Lime Green #4CE448

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.64%

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

R = 20.21%
G = 60.64%
B = 19.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#4CE448 (or 0x4CE448) is known color: Lime Green. HEX triplet: 4C, E4 and 48. RGB value is (76,228,72). Sum of RGB (Red+Green+Blue) = 76+228+72=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 228 (89.45% from 255 or 60.64% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE448 is #B31BB7. Grayscale: #A5A5A5. Windows color (decimal): -11738040 or 4777036. OLE color: 4777036.

HSL color Cylindrical-coordinate representation of color #4CE448: hue angle of 118.46º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CE448 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 76 228 72 -
CMYK 0.67 0 0.68 0.11
HSL 118.46º 0.74% 0.59% -
HSV(B) 118.46º 0.68% 0.89% -
XYZ 31.89 57.49 15.55 -
YUV 164.77 75.64 64.68 -
System Red Green Blue C M Y K H S L
Decimal 76 228 72 0.67 0 0.68 0.11 118.46 0.74 0.59
Hex 4C E4 48 43 0 44 B 76 4A 3B
Octal 114 344 110 103 0 104 13 166 112 73
Binary 1001100 11100100 1001000 1000011 0 1000100 1011 1110110 1001010 111011

Color Harmonies of #4CE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE448

Black with #4CE448

Text Example


Text Example

White with #4CE448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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