#30EB26

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

Shades of Lime Green #30EB26

Tints of Lime Green #30EB26

Color information

#30EB26 (or 0x30EB26) is unknown color: approx Lime Green. HEX triplet: 30, EB and 26. RGB value is (48,235,38). Sum of RGB (Red+Green+Blue) = 48+235+38=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 235 (92.19% from 255 or 73.21% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EB26 is #CF14D9. Grayscale: #9D9D9D. Windows color (decimal): -13571290 or 2550576. OLE color: 2550576.

HSL color Cylindrical-coordinate representation of color #30EB26: hue angle of 116.95º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30EB26 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB4823538-
CMYK0.8000.840.08
HSL116.95º83.12%53.53%-
HSV(B)116.95º83.83%92.16%-
XYZ31.2860.1811.8-
YUV156.6361.0550.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 235 (92.19% from 255) = 73.21%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=14.95%
G=73.21%
B=11.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal48235380.8000.840.08116.9583.1253.53
Hex30EB26500548755336
Octal603534612001241016512366
Binary11000011101011100110101000001010100100011101011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,235,38); }

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

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

 a { background-color: rgb(48,235,38); }

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

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

 span { border-color: rgb(48,235,38); }

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