#30BF1C

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

Shades of Lime Green #30BF1C

Tints of Lime Green #30BF1C

Color information

#30BF1C (or 0x30BF1C) is unknown color: approx Lime Green. HEX triplet: 30, BF and 1C. RGB value is (48,191,28). Sum of RGB (Red+Green+Blue) = 48+191+28=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 191 (75% from 255 or 71.54% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF1C is #CF40E3. Grayscale: #828282. Windows color (decimal): -13582564 or 1883952. OLE color: 1883952.

HSL color Cylindrical-coordinate representation of color #30BF1C: hue angle of 112.64º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30BF1C is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB4819128-
CMYK0.7500.850.25
HSL112.64º74.43%42.94%-
HSV(B)112.64º85.34%74.9%-
XYZ20.0637.977.37-
YUV129.6670.6269.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 191 (75% from 255) = 71.54%
BLUE value IS 28 (11.33% from 255) = 10.49%
R=17.98%
G=71.54%
B=10.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191280.7500.850.25112.6474.4342.94
Hex30BF1C4B05519714a2b
Octal602773411301253116111253
Binary11000010111111111001001011010101011100111100011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,191,28); }

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

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

 a { background-color: rgb(48,191,28); }

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

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

 span { border-color: rgb(48,191,28); }

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