Html Css Color HEX #4BE248 Lime Green

📋 copy color: '#4BE248'

red 75 ◦ green 226 ◦ blue 72

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

Shades of Lime Green #4BE248

Tints of Lime Green #4BE248

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.59%

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

R = 20.11%
G = 60.59%
B = 19.3%

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

#4BE248 (or 0x4BE248) is known color: Lime Green. HEX triplet: 4B, E2 and 48. RGB value is (75,226,72). Sum of RGB (Red+Green+Blue) = 75+226+72=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 226 (88.67% from 255 or 60.59% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 226 - color contains mainly: green. Hex color #4BE248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE248 is #B41DB7. Grayscale: #A3A3A3. Windows color (decimal): -11804088 or 4776523. OLE color: 4776523.

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

Color convert

RGB 75 226 72 -
CMYK 0.67 0 0.68 0.11
HSL 118.83º 0.73% 0.58% -
HSV(B) 118.83º 0.68% 0.89% -
XYZ 31.27 56.36 15.36 -
YUV 163.3 76.47 65.02 -
System Red Green Blue C M Y K H S L
Decimal 75 226 72 0.67 0 0.68 0.11 118.83 0.73 0.58
Hex 4B E2 48 43 0 44 B 77 49 3A
Octal 113 342 110 103 0 104 13 167 111 72
Binary 1001011 11100010 1001000 1000011 0 1000100 1011 1110111 1001001 111010

Color Harmonies of #4BE248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE248

Black with #4BE248

Text Example


Text Example

White with #4BE248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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