#30C31B

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

Shades of Lime Green #30C31B

Tints of Lime Green #30C31B

Color information

#30C31B (or 0x30C31B) is unknown color: approx Lime Green. HEX triplet: 30, C3 and 1B. RGB value is (48,195,27). Sum of RGB (Red+Green+Blue) = 48+195+27=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #30C31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C31B is #CF3CE4. Grayscale: #848484. Windows color (decimal): -13581541 or 1819440. OLE color: 1819440.

HSL color Cylindrical-coordinate representation of color #30C31B: hue angle of 112.5º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30C31B is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB4819527-
CMYK0.7500.860.24
HSL112.5º75.68%43.53%-
HSV(B)112.5º86.15%76.47%-
XYZ20.9339.747.6-
YUV131.8968.868.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 195 (76.56% from 255) = 72.22%
BLUE value IS 27 (10.94% from 255) = 10%
R=17.78%
G=72.22%
B=10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal48195270.7500.860.24112.575.6843.53
Hex30C31B4B05618704c2c
Octal603033311301263016011454
Binary11000011000011110111001011010101101100011100001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,195,27); }

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

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

 a { background-color: rgb(48,195,27); }

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

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

 span { border-color: rgb(48,195,27); }

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