#30CE33

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

Shades of Lime Green #30CE33

Tints of Lime Green #30CE33

Color information

#30CE33 (or 0x30CE33) is unknown color: approx Lime Green. HEX triplet: 30, CE and 33. RGB value is (48,206,51). Sum of RGB (Red+Green+Blue) = 48+206+51=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE33 is #CF31CC. Grayscale: #8D8D8D. Windows color (decimal): -13578701 or 3395120. OLE color: 3395120.

HSL color Cylindrical-coordinate representation of color #30CE33: hue angle of 121.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE33 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB4820651-
CMYK0.7700.750.19
HSL121.14º62.2%49.8%-
HSV(B)121.14º76.7%80.78%-
XYZ23.8945.0110.56-
YUV141.0977.1561.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 206 (80.86% from 255) = 67.54%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=15.74%
G=67.54%
B=16.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48206510.7700.750.19121.1462.249.8
Hex30CE334D04B13793e32
Octal60316631150113231717662
Binary11000011001110110011100110101001011100111111001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,206,51); }

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

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

 a { background-color: rgb(48,206,51); }

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

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

 span { border-color: rgb(48,206,51); }

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