#30BD31

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

Shades of Lime Green #30BD31

Tints of Lime Green #30BD31

Color information

#30BD31 (or 0x30BD31) is unknown color: approx Lime Green. HEX triplet: 30, BD and 31. RGB value is (48,189,49). Sum of RGB (Red+Green+Blue) = 48+189+49=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD31 is #CF42CE. Grayscale: #838383. Windows color (decimal): -13583055 or 3259696. OLE color: 3259696.

HSL color Cylindrical-coordinate representation of color #30BD31: hue angle of 120.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD31 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB4818949-
CMYK0.7500.740.26
HSL120.43º59.49%46.47%-
HSV(B)120.43º74.6%74.12%-
XYZ19.9737.259.04-
YUV130.8881.7968.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 189 (74.22% from 255) = 66.08%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=16.78%
G=66.08%
B=17.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48189490.7500.740.26120.4359.4946.47
Hex30BD314B04A1A783b2e
Octal60275611130112321707356
Binary11000010111101110001100101101001010110101111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,189,49); }

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

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

 a { background-color: rgb(48,189,49); }

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

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

 span { border-color: rgb(48,189,49); }

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