Html Css Color HEX #4BE448 Lime Green

📋 copy color: '#4BE448'

red 75 ◦ green 228 ◦ blue 72

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

Shades of Lime Green #4BE448

Tints of Lime Green #4BE448

RGB

 RED value IS 75 (29.69% from 255) = 20%

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

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

R = 20%
G = 60.8%
B = 19.2%

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

#4BE448 (or 0x4BE448) is known color: Lime Green. HEX triplet: 4B, E4 and 48. RGB value is (75,228,72). Sum of RGB (Red+Green+Blue) = 75+228+72=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 228 (89.45% from 255 or 60.8% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 228 - color contains mainly: green. Hex color #4BE448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE448 is #B41BB7. Grayscale: #A4A4A4. Windows color (decimal): -11803576 or 4777035. OLE color: 4777035.

HSL color Cylindrical-coordinate representation of color #4BE448: hue angle of 118.85º 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 #4BE448 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 75 228 72 -
CMYK 0.67 0 0.68 0.11
HSL 118.85º 0.74% 0.59% -
HSV(B) 118.85º 0.68% 0.89% -
XYZ 31.81 57.45 15.54 -
YUV 164.47 75.81 64.18 -
System Red Green Blue C M Y K H S L
Decimal 75 228 72 0.67 0 0.68 0.11 118.85 0.74 0.59
Hex 4B E4 48 43 0 44 B 77 4A 3B
Octal 113 344 110 103 0 104 13 167 112 73
Binary 1001011 11100100 1001000 1000011 0 1000100 1011 1110111 1001010 111011

Color Harmonies of #4BE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE448

Black with #4BE448

Text Example


Text Example

White with #4BE448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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