#30CE36

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

Shades of Lime Green #30CE36

Tints of Lime Green #30CE36

Color information

#30CE36 (or 0x30CE36) is unknown color: approx Lime Green. HEX triplet: 30, CE and 36. RGB value is (48,206,54). Sum of RGB (Red+Green+Blue) = 48+206+54=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 206 (80.86% from 255 or 66.88% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE36 is #CF31C9. Grayscale: #8D8D8D. Windows color (decimal): -13578698 or 3591728. OLE color: 3591728.

HSL color Cylindrical-coordinate representation of color #30CE36: hue angle of 122.28º 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 #30CE36 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB4820654-
CMYK0.7700.740.19
HSL122.28º62.2%49.8%-
HSV(B)122.28º76.7%80.78%-
XYZ23.9645.0410.92-
YUV141.4378.6561.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 206 (80.86% from 255) = 66.88%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=15.58%
G=66.88%
B=17.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48206540.7700.740.19122.2862.249.8
Hex30CE364D04A137a3e32
Octal60316661150112231727662
Binary11000011001110110110100110101001010100111111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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