#30C641

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

Shades of Lime Green #30C641

Tints of Lime Green #30C641

Color information

#30C641 (or 0x30C641) is unknown color: approx Lime Green. HEX triplet: 30, C6 and 41. RGB value is (48,198,65). Sum of RGB (Red+Green+Blue) = 48+198+65=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #30C641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C641 is #CF39BE. Grayscale: #8A8A8A. Windows color (decimal): -13580735 or 4310576. OLE color: 4310576.

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

Color convert

RGB4819865-
CMYK0.7600.670.22
HSL126.8º60.98%48.24%-
HSV(B)126.8º75.76%77.65%-
XYZ22.3741.411.81-
YUV137.9986.863.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 198 (77.73% from 255) = 63.67%
BLUE value IS 65 (25.78% from 255) = 20.90%
R=15.43%
G=63.67%
B=20.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal48198650.7600.670.22126.860.9848.24
Hex30C6414C043167f3d30
Octal603061011140103261777560
Binary110000110001101000001100110001000011101101111111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,198,65); }

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

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

 a { background-color: rgb(48,198,65); }

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

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

 span { border-color: rgb(48,198,65); }

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