#30B02F

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

Shades of Lime Green #30B02F

Tints of Lime Green #30B02F

Color information

#30B02F (or 0x30B02F) is unknown color: approx Lime Green. HEX triplet: 30, B0 and 2F. RGB value is (48,176,47). Sum of RGB (Red+Green+Blue) = 48+176+47=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 176 (69.14% from 255 or 64.94% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 176 - color contains mainly: green. Hex color #30B02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B02F is #CF4FD0. Grayscale: #7B7B7B. Windows color (decimal): -13586385 or 3125296. OLE color: 3125296.

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

Color convert

RGB4817647-
CMYK0.7300.730.31
HSL119.53º57.85%43.73%-
HSV(B)119.53º73.3%69.02%-
XYZ17.2631.887.93-
YUV123.0285.0974.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 176 (69.14% from 255) = 64.94%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=17.71%
G=64.94%
B=17.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48176470.7300.730.31119.5357.8543.73
Hex30B02F490491F783a2c
Octal60260571110111371707254
Binary11000010110000101111100100101001001111111111000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,176,47); }

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

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

 a { background-color: rgb(48,176,47); }

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

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

 span { border-color: rgb(48,176,47); }

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