#30B13E

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

Shades of Lime Green #30B13E

Tints of Lime Green #30B13E

Color information

#30B13E (or 0x30B13E) is unknown color: approx Lime Green. HEX triplet: 30, B1 and 3E. RGB value is (48,177,62). Sum of RGB (Red+Green+Blue) = 48+177+62=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #30B13E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B13E is #CF4EC1. Grayscale: #7D7D7D. Windows color (decimal): -13586114 or 4108592. OLE color: 4108592.

HSL color Cylindrical-coordinate representation of color #30B13E: hue angle of 126.51º degrees, saturation: 0.57, 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 #30B13E is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB4817762-
CMYK0.7300.650.31
HSL126.51º57.33%44.12%-
HSV(B)126.51º72.88%69.41%-
XYZ17.8132.429.88-
YUV125.3292.2672.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 177 (69.53% from 255) = 61.67%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=16.72%
G=61.67%
B=21.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48177620.7300.650.31126.5157.3344.12
Hex30B13E490411F7f392c
Octal60261761110101371777154
Binary11000010110001111110100100101000001111111111111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,177,62); }

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

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

 a { background-color: rgb(48,177,62); }

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

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

 span { border-color: rgb(48,177,62); }

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