#30C34C

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

Shades of Lime Green #30C34C

Tints of Lime Green #30C34C

Color information

#30C34C (or 0x30C34C) is unknown color: approx Lime Green. HEX triplet: 30, C3 and 4C. RGB value is (48,195,76). Sum of RGB (Red+Green+Blue) = 48+195+76=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #30C34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C34C is #CF3CB3. Grayscale: #898989. Windows color (decimal): -13581492 or 5030704. OLE color: 5030704.

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

Color convert

RGB4819576-
CMYK0.7500.610.24
HSL131.43º60.49%47.65%-
HSV(B)131.43º75.38%76.47%-
XYZ22.0440.1813.43-
YUV137.4893.364.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 195 (76.56% from 255) = 61.13%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=15.05%
G=61.13%
B=23.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal48195760.7500.610.24131.4360.4947.65
Hex30C34C4B03D18833c30
Octal60303114113075302037460
Binary110000110000111001100100101101111011100010000011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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