Html Css Color HEX #48E237 Lime Green

📋 copy color: '#48E237'

red 72 ◦ green 226 ◦ blue 55

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

Shades of Lime Green #48E237

Tints of Lime Green #48E237

RGB

 RED value IS 72 (28.52% from 255) = 20.4%

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

 BLUE value IS 55 (21.88% from 255) = 15.58%

R = 20.4%
G = 64.02%
B = 15.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#48E237 (or 0x48E237) is known color: Lime Green. HEX triplet: 48, E2 and 37. RGB value is (72,226,55). Sum of RGB (Red+Green+Blue) = 72+226+55=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 226 (88.67% from 255 or 64.02% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 226 - color contains mainly: green. Hex color #48E237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E237 is #B71DC8. Grayscale: #A0A0A0. Windows color (decimal): -12000713 or 3662408. OLE color: 3662408.

HSL color Cylindrical-coordinate representation of color #48E237: hue angle of 114.04º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48E237 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 226 55 -
CMYK 0.68 0 0.76 0.11
HSL 114.04º 0.75% 0.55% -
HSV(B) 114.04º 0.76% 0.89% -
XYZ 30.56 56.05 12.82 -
YUV 160.46 68.48 64.9 -
System Red Green Blue C M Y K H S L
Decimal 72 226 55 0.68 0 0.76 0.11 114.04 0.75 0.55
Hex 48 E2 37 44 0 4C B 72 4B 37
Octal 110 342 67 104 0 114 13 162 113 67
Binary 1001000 11100010 110111 1000100 0 1001100 1011 1110010 1001011 110111

Color Harmonies of #48E237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E237

Black with #48E237

Text Example


Text Example

White with #48E237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48E237; }

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

 H1.HeaderClassName
 {
   color: #48E237;
 }
 .AnyTagClassName
 {
   color: #48E237;
 }
</style>

background-color css

<style>
 a { background-color: #48E237; }

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

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

border-color css

<style>
 span { border-color: #48E237; }

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

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