#30D423

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

Shades of Lime Green #30D423

Tints of Lime Green #30D423

Color information

#30D423 (or 0x30D423) is unknown color: approx Lime Green. HEX triplet: 30, D4 and 23. RGB value is (48,212,35). Sum of RGB (Red+Green+Blue) = 48+212+35=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 212 (83.20% from 255 or 71.86% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 212 - color contains mainly: green. Hex color #30D423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D423 is #CF2BDC. Grayscale: #8F8F8F. Windows color (decimal): -13577181 or 2348080. OLE color: 2348080.

HSL color Cylindrical-coordinate representation of color #30D423: hue angle of 115.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30D423 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB4821235-
CMYK0.7700.830.17
HSL115.59º71.66%48.43%-
HSV(B)115.59º83.49%83.14%-
XYZ25.0747.849.5-
YUV142.7967.1760.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 212 (83.20% from 255) = 71.86%
BLUE value IS 35 (14.06% from 255) = 11.86%
R=16.27%
G=71.86%
B=11.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal48212350.7700.830.17115.5971.6648.43
Hex30D4234D05311744830
Octal603244311501232116411060
Binary110000110101001000111001101010100111000111101001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,212,35); }

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

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

 a { background-color: rgb(48,212,35); }

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

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

 span { border-color: rgb(48,212,35); }

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