#30C429

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

Shades of Lime Green #30C429

Tints of Lime Green #30C429

Color information

#30C429 (or 0x30C429) is unknown color: approx Lime Green. HEX triplet: 30, C4 and 29. RGB value is (48,196,41). Sum of RGB (Red+Green+Blue) = 48+196+41=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #30C429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C429 is #CF3BD6. Grayscale: #868686. Windows color (decimal): -13581271 or 2737200. OLE color: 2737200.

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

Color convert

RGB4819641-
CMYK0.7600.790.23
HSL117.29º65.4%46.47%-
HSV(B)117.29º79.08%76.86%-
XYZ21.3640.278.74-
YUV134.0875.4766.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 196 (76.95% from 255) = 68.77%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=16.84%
G=68.77%
B=14.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal48196410.7600.790.23117.2965.446.47
Hex30C4294C04F1775412e
Octal603045111401172716510156
Binary110000110001001010011001100010011111011111101011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,196,41); }

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

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

 a { background-color: rgb(48,196,41); }

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

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

 span { border-color: rgb(48,196,41); }

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