#30D722

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

Shades of Lime Green #30D722

Tints of Lime Green #30D722

Color information

#30D722 (or 0x30D722) is unknown color: approx Lime Green. HEX triplet: 30, D7 and 22. RGB value is (48,215,34). Sum of RGB (Red+Green+Blue) = 48+215+34=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 215 (84.38% from 255 or 72.39% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 215 - color contains mainly: green. Hex color #30D722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D722 is #CF28DD. Grayscale: #909090. Windows color (decimal): -13576414 or 2283312. OLE color: 2283312.

HSL color Cylindrical-coordinate representation of color #30D722: hue angle of 115.36º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30D722 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB4821534-
CMYK0.7800.840.16
HSL115.36º72.69%48.82%-
HSV(B)115.36º84.19%84.31%-
XYZ25.8149.349.68-
YUV144.4365.6759.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 215 (84.38% from 255) = 72.39%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=16.16%
G=72.39%
B=11.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48215340.7800.840.16115.3672.6948.82
Hex30D7224E05410734931
Octal603274211601242016311161
Binary110000110101111000101001110010101001000011100111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,215,34); }

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

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

 a { background-color: rgb(48,215,34); }

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

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

 span { border-color: rgb(48,215,34); }

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