#30F344

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

Shades of Lime Green #30F344

Tints of Lime Green #30F344

Color information

#30F344 (or 0x30F344) is unknown color: approx Lime Green. HEX triplet: 30, F3 and 44. RGB value is (48,243,68). Sum of RGB (Red+Green+Blue) = 48+243+68=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #30F344 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F344 is #CF0CBB. Grayscale: #A5A5A5. Windows color (decimal): -13569212 or 4518704. OLE color: 4518704.

HSL color Cylindrical-coordinate representation of color #30F344: hue angle of 126.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F344 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB4824368-
CMYK0.8000.720.05
HSL126.15º89.04%57.06%-
HSV(B)126.15º80.25%95.29%-
XYZ34.3165.1516.23-
YUV164.7473.444.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.37%
GREEN value IS 243 (95.31% from 255) = 67.69%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=13.37%
G=67.69%
B=18.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48243680.8000.720.05126.1589.0457.06
Hex30F3445004857e5939
Octal603631041200110517613171
Binary11000011110011100010010100000100100010111111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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