#30F735

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

Shades of Lime Green #30F735

Tints of Lime Green #30F735

Color information

#30F735 (or 0x30F735) is unknown color: approx Lime Green. HEX triplet: 30, F7 and 35. RGB value is (48,247,53). Sum of RGB (Red+Green+Blue) = 48+247+53=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 247 (96.88% from 255 or 70.98% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 247 - color contains mainly: green. Hex color #30F735 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F735 is #CF08CA. Grayscale: #A5A5A5. Windows color (decimal): -13568203 or 3536688. OLE color: 3536688.

HSL color Cylindrical-coordinate representation of color #30F735: hue angle of 121.51º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F735 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB4824753-
CMYK0.8100.790.03
HSL121.51º92.56%57.84%-
HSV(B)121.51º80.57%96.86%-
XYZ35.1267.4114.53-
YUV165.3864.5744.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 247 (96.88% from 255) = 70.98%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=13.79%
G=70.98%
B=15.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal48247530.8100.790.03121.5192.5657.84
Hex30F7355104F37a5d3a
Octal60367651210117317213572
Binary110000111101111101011010001010011111111110101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30F735; }

 p { color: rgb(48,247,53); }

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

<style>
 a { background-color: #30F735; }

 a { background-color: rgb(48,247,53); }

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

<style>
 span { border-color: #30F735; }

 span { border-color: rgb(48,247,53); }

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