#30B233

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

Shades of Lime Green #30B233

Tints of Lime Green #30B233

Color information

#30B233 (or 0x30B233) is unknown color: approx Lime Green. HEX triplet: 30, B2 and 33. RGB value is (48,178,51). Sum of RGB (Red+Green+Blue) = 48+178+51=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #30B233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B233 is #CF4DCC. Grayscale: #7D7D7D. Windows color (decimal): -13585869 or 3387952. OLE color: 3387952.

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

Color convert

RGB4817851-
CMYK0.7300.710.30
HSL121.38º57.52%44.31%-
HSV(B)121.38º73.03%69.8%-
XYZ17.7432.718.51-
YUV124.6586.4373.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 178 (69.92% from 255) = 64.26%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=17.33%
G=64.26%
B=18.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48178510.7300.710.30121.3857.5244.31
Hex30B233490471E793a2c
Octal60262631110107361717254
Binary11000010110010110011100100101000111111101111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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