#30E745

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

Shades of Lime Green #30E745

Tints of Lime Green #30E745

Color information

#30E745 (or 0x30E745) is unknown color: approx Lime Green. HEX triplet: 30, E7 and 45. RGB value is (48,231,69). Sum of RGB (Red+Green+Blue) = 48+231+69=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 231 (90.62% from 255 or 66.38% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 231 - color contains mainly: green. Hex color #30E745 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E745 is #CF18BA. Grayscale: #9E9E9E. Windows color (decimal): -13572283 or 4581168. OLE color: 4581168.

HSL color Cylindrical-coordinate representation of color #30E745: hue angle of 126.89º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E745 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB4823169-
CMYK0.7900.700.09
HSL126.89º79.22%54.71%-
HSV(B)126.89º79.22%90.59%-
XYZ30.8758.2115.24-
YUV157.8277.8749.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 231 (90.62% from 255) = 66.38%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=13.79%
G=66.38%
B=19.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal48231690.7900.700.09126.8979.2254.71
Hex30E7454F04697f4f37
Octal6034710511701061117711767
Binary110000111001111000101100111101000110100111111111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,231,69); }

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

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

 a { background-color: rgb(48,231,69); }

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

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

 span { border-color: rgb(48,231,69); }

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