#30D632

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

Shades of Lime Green #30D632

Tints of Lime Green #30D632

Color information

#30D632 (or 0x30D632) is unknown color: approx Lime Green. HEX triplet: 30, D6 and 32. RGB value is (48,214,50). Sum of RGB (Red+Green+Blue) = 48+214+50=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #30D632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D632 is #CF29CD. Grayscale: #929292. Windows color (decimal): -13576654 or 3331632. OLE color: 3331632.

HSL color Cylindrical-coordinate representation of color #30D632: hue angle of 120.72º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D632 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB4821450-
CMYK0.7800.770.16
HSL120.72º66.94%51.37%-
HSV(B)120.72º77.57%83.92%-
XYZ25.8448.9511.1-
YUV145.677458.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 214 (83.98% from 255) = 68.59%
BLUE value IS 50 (19.92% from 255) = 16.03%
R=15.38%
G=68.59%
B=16.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48214500.7800.770.16120.7266.9451.37
Hex30D6324E04D10794333
Octal603266211601152017110363
Binary110000110101101100101001110010011011000011110011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,214,50); }

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

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

 a { background-color: rgb(48,214,50); }

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

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

 span { border-color: rgb(48,214,50); }

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