#30C62B

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

Shades of Lime Green #30C62B

Tints of Lime Green #30C62B

Color information

#30C62B (or 0x30C62B) is unknown color: approx Lime Green. HEX triplet: 30, C6 and 2B. RGB value is (48,198,43). Sum of RGB (Red+Green+Blue) = 48+198+43=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 198 (77.73% from 255 or 68.51% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 198 - color contains mainly: green. Hex color #30C62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C62B is #CF39D4. Grayscale: #878787. Windows color (decimal): -13580757 or 2868784. OLE color: 2868784.

HSL color Cylindrical-coordinate representation of color #30C62B: hue angle of 118.06º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30C62B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB4819843-
CMYK0.7600.780.22
HSL118.06º64.32%47.25%-
HSV(B)118.06º78.28%77.65%-
XYZ21.8541.199.08-
YUV135.4875.8165.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 198 (77.73% from 255) = 68.51%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=16.61%
G=68.51%
B=14.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal48198430.7600.780.22118.0664.3247.25
Hex30C62B4C04E1676402f
Octal603065311401162616610057
Binary110000110001101010111001100010011101011011101101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,198,43); }

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

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

 a { background-color: rgb(48,198,43); }

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

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

 span { border-color: rgb(48,198,43); }

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