#30CF2C

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

Shades of Lime Green #30CF2C

Tints of Lime Green #30CF2C

Color information

#30CF2C (or 0x30CF2C) is unknown color: approx Lime Green. HEX triplet: 30, CF and 2C. RGB value is (48,207,44). Sum of RGB (Red+Green+Blue) = 48+207+44=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CF2C is #CF30D3. Grayscale: #8D8D8D. Windows color (decimal): -13578452 or 2936624. OLE color: 2936624.

HSL color Cylindrical-coordinate representation of color #30CF2C: hue angle of 118.53º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30CF2C is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB4820744-
CMYK0.7700.790.19
HSL118.53º64.94%49.22%-
HSV(B)118.53º78.74%81.18%-
XYZ23.9945.449.89-
YUV140.8873.3261.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 207 (81.25% from 255) = 69.23%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=16.05%
G=69.23%
B=14.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48207440.7700.790.19118.5364.9449.22
Hex30CF2C4D04F13774131
Octal603175411501172316710161
Binary110000110011111011001001101010011111001111101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,207,44); }

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

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

 a { background-color: rgb(48,207,44); }

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

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

 span { border-color: rgb(48,207,44); }

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