#30F123

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

Shades of Lime Green #30F123

Tints of Lime Green #30F123

Color information

#30F123 (or 0x30F123) is unknown color: approx Lime Green. HEX triplet: 30, F1 and 23. RGB value is (48,241,35). Sum of RGB (Red+Green+Blue) = 48+241+35=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #30F123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F123 is #CF0EDC. Grayscale: #A0A0A0. Windows color (decimal): -13569757 or 2355504. OLE color: 2355504.

HSL color Cylindrical-coordinate representation of color #30F123: hue angle of 116.21º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30F123 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB4824135-
CMYK0.8000.850.05
HSL116.21º88.03%54.12%-
HSV(B)116.21º85.48%94.51%-
XYZ32.9863.6612.14-
YUV159.8157.5648.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 241 (94.53% from 255) = 74.38%
BLUE value IS 35 (14.06% from 255) = 10.80%
R=14.81%
G=74.38%
B=10.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48241350.8000.850.05116.2188.0354.12
Hex30F123500555745836
Octal60361431200125516413066
Binary1100001111000110001110100000101010110111101001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,241,35); }

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

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

 a { background-color: rgb(48,241,35); }

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

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

 span { border-color: rgb(48,241,35); }

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