#30EC36

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

Shades of Lime Green #30EC36

Tints of Lime Green #30EC36

Color information

#30EC36 (or 0x30EC36) is unknown color: approx Lime Green. HEX triplet: 30, EC and 36. RGB value is (48,236,54). Sum of RGB (Red+Green+Blue) = 48+236+54=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EC36 is #CF13C9. Grayscale: #9F9F9F. Windows color (decimal): -13571018 or 3599408. OLE color: 3599408.

HSL color Cylindrical-coordinate representation of color #30EC36: hue angle of 121.91º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EC36 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB4823654-
CMYK0.8000.770.07
HSL121.91º83.19%55.69%-
HSV(B)121.91º79.66%92.55%-
XYZ31.8860.8913.56-
YUV159.0468.7248.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 236 (92.58% from 255) = 69.82%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=14.20%
G=69.82%
B=15.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal48236540.8000.770.07121.9183.1955.69
Hex30EC365004D77a5338
Octal60354661200115717212370
Binary1100001110110011011010100000100110111111110101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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