#30F644

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

Shades of Lime Green #30F644

Tints of Lime Green #30F644

Color information

#30F644 (or 0x30F644) is unknown color: approx Lime Green. HEX triplet: 30, F6 and 44. RGB value is (48,246,68). Sum of RGB (Red+Green+Blue) = 48+246+68=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 246 (96.48% from 255 or 67.96% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 246 - color contains mainly: green. Hex color #30F644 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F644 is #CF09BB. Grayscale: #A7A7A7. Windows color (decimal): -13568444 or 4519472. OLE color: 4519472.

HSL color Cylindrical-coordinate representation of color #30F644: hue angle of 126.06º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F644 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB4824668-
CMYK0.8000.720.04
HSL126.06º91.67%57.65%-
HSV(B)126.06º80.49%96.47%-
XYZ35.2266.9616.54-
YUV166.5172.443.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.26%
GREEN value IS 246 (96.48% from 255) = 67.96%
BLUE value IS 68 (26.95% from 255) = 18.78%
R=13.26%
G=67.96%
B=18.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal48246680.8000.720.04126.0691.6757.65
Hex30F6445004847e5c3a
Octal603661041200110417613472
Binary11000011110110100010010100000100100010011111101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,246,68); }

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

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

 a { background-color: rgb(48,246,68); }

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

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

 span { border-color: rgb(48,246,68); }

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