#30F732

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

Shades of Lime Green #30F732

Tints of Lime Green #30F732

Color information

#30F732 (or 0x30F732) is unknown color: approx Lime Green. HEX triplet: 30, F7 and 32. RGB value is (48,247,50). Sum of RGB (Red+Green+Blue) = 48+247+50=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 247 (96.88% from 255 or 71.59% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 247 - color contains mainly: green. Hex color #30F732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F732 is #CF08CD. Grayscale: #A5A5A5. Windows color (decimal): -13568206 or 3340080. OLE color: 3340080.

HSL color Cylindrical-coordinate representation of color #30F732: hue angle of 120.6º 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 #30F732 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB4824750-
CMYK0.8100.800.03
HSL120.6º92.56%57.84%-
HSV(B)120.6º80.57%96.86%-
XYZ35.0667.3814.18-
YUV165.0463.0744.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.91%
GREEN value IS 247 (96.88% from 255) = 71.59%
BLUE value IS 50 (19.92% from 255) = 14.49%
R=13.91%
G=71.59%
B=14.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal48247500.8100.800.03120.692.5657.84
Hex30F732510503795d3a
Octal60367621210120317113572
Binary110000111101111100101010001010100001111110011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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