#30F23E

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

Shades of Lime Green #30F23E

Tints of Lime Green #30F23E

Color information

#30F23E (or 0x30F23E) is unknown color: approx Lime Green. HEX triplet: 30, F2 and 3E. RGB value is (48,242,62). Sum of RGB (Red+Green+Blue) = 48+242+62=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #30F23E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F23E is #CF0DC1. Grayscale: #A4A4A4. Windows color (decimal): -13569474 or 4125232. OLE color: 4125232.

HSL color Cylindrical-coordinate representation of color #30F23E: hue angle of 124.33º degrees, saturation: 0.88, 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 #30F23E is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB4824262-
CMYK0.8000.740.05
HSL124.33º88.18%56.86%-
HSV(B)124.33º80.17%94.9%-
XYZ33.8464.4815.22-
YUV163.4770.7345.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.64%
GREEN value IS 242 (94.92% from 255) = 68.75%
BLUE value IS 62 (24.61% from 255) = 17.61%
R=13.64%
G=68.75%
B=17.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48242620.8000.740.05124.3388.1856.86
Hex30F23E5004A57c5839
Octal60362761200112517413071
Binary1100001111001011111010100000100101010111111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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