#30B228

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

Shades of Lime Green #30B228

Tints of Lime Green #30B228

Color information

#30B228 (or 0x30B228) is unknown color: approx Lime Green. HEX triplet: 30, B2 and 28. RGB value is (48,178,40). Sum of RGB (Red+Green+Blue) = 48+178+40=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #30B228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B228 is #CF4DD7. Grayscale: #7B7B7B. Windows color (decimal): -13585880 or 2667056. OLE color: 2667056.

HSL color Cylindrical-coordinate representation of color #30B228: hue angle of 116.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30B228 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB4817840-
CMYK0.7300.780.30
HSL116.52º63.3%42.75%-
HSV(B)116.52º77.53%69.8%-
XYZ17.5232.627.38-
YUV123.480.9374.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 178 (69.92% from 255) = 66.92%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=18.05%
G=66.92%
B=15.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48178400.7300.780.30116.5263.342.75
Hex30B2284904E1E753f2b
Octal60262501110116361657753
Binary11000010110010101000100100101001110111101110101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,178,40); }

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

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

 a { background-color: rgb(48,178,40); }

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

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

 span { border-color: rgb(48,178,40); }

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