#48E635

Color #48E635 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #48E635

Tints of Lime Green #48E635

Color information

#48E635 (or 0x48E635) is unknown color: approx Lime Green. HEX triplet: 48, E6 and 35. RGB value is (72,230,53). Sum of RGB (Red+Green+Blue) = 72+230+53=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #48E635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E635 is #B719CA. Grayscale: #A3A3A3. Windows color (decimal): -11999691 or 3532360. OLE color: 3532360.

HSL color Cylindrical-coordinate representation of color #48E635: hue angle of 113.56º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48E635 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB7223053-
CMYK0.6900.770.10
HSL113.56º77.97%55.49%-
HSV(B)113.56º76.96%90.2%-
XYZ31.6158.2312.94-
YUV162.5866.1563.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 230 (90.23% from 255) = 64.79%
BLUE value IS 53 (21.09% from 255) = 14.93%
R=20.28%
G=64.79%
B=14.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72230530.6900.770.10113.5677.9755.49
Hex48E6354504DA724e37
Octal1103466510501151216211667
Binary100100011100110110101100010101001101101011100101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,230,53); }

 H1.HeaderClassName
 {
   color: #48E635;
 }
 .AnyTagClassName
 {
   color: #48E635;
 }
</style>
background-color css

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

 a { background-color: rgb(72,230,53); }

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

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

 span { border-color: rgb(72,230,53); }

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