#30B03E

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

Shades of Lime Green #30B03E

Tints of Lime Green #30B03E

Color information

#30B03E (or 0x30B03E) is unknown color: approx Lime Green. HEX triplet: 30, B0 and 3E. RGB value is (48,176,62). Sum of RGB (Red+Green+Blue) = 48+176+62=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #30B03E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B03E is #CF4FC1. Grayscale: #7D7D7D. Windows color (decimal): -13586370 or 4108336. OLE color: 4108336.

HSL color Cylindrical-coordinate representation of color #30B03E: hue angle of 126.56º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B03E is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB4817662-
CMYK0.7300.650.31
HSL126.56º57.14%43.92%-
HSV(B)126.56º72.73%69.02%-
XYZ17.6132.039.81-
YUV124.7392.5973.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 176 (69.14% from 255) = 61.54%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=16.78%
G=61.54%
B=21.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48176620.7300.650.31126.5657.1443.92
Hex30B03E490411F7f392c
Octal60260761110101371777154
Binary11000010110000111110100100101000001111111111111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,176,62); }

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

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

 a { background-color: rgb(48,176,62); }

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

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

 span { border-color: rgb(48,176,62); }

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