#30d833

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

Shades of Lime Green #30D833

Tints of Lime Green #30D833

Color information

#30D833 (or 0x30D833) is unknown color: approx Lime Green. HEX triplet: 30, D8 and 33. RGB value is (48,216,51). Sum of RGB (Red+Green+Blue) = 48+216+51=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 216 (84.77% from 255 or 68.57% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 216 - color contains mainly: green. Hex color #30D833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D833 is #CF27CC. Grayscale: #939393. Windows color (decimal): -13576141 or 3397680. OLE color: 3397680.

HSL color Cylindrical-coordinate representation of color #30D833: hue angle of 121.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D833 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB4821651-
CMYK0.7800.760.15
HSL121.07º68.29%51.76%-
HSV(B)121.07º77.78%84.71%-
XYZ26.3749.9811.39-
YUV146.9673.8457.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 216 (84.77% from 255) = 68.57%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=15.24%
G=68.57%
B=16.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48216510.7800.760.15121.0768.2951.76
Hex30D8334E04CF794434
Octal603306311601141717110464
Binary11000011011000110011100111001001100111111110011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30d833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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