#30E22B

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

Shades of Lime Green #30E22B

Tints of Lime Green #30E22B

Color information

#30E22B (or 0x30E22B) is unknown color: approx Lime Green. HEX triplet: 30, E2 and 2B. RGB value is (48,226,43). Sum of RGB (Red+Green+Blue) = 48+226+43=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 226 (88.67% from 255 or 71.29% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 226 - color contains mainly: green. Hex color #30E22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E22B is #CF1DD4. Grayscale: #989898. Windows color (decimal): -13573589 or 2875952. OLE color: 2875952.

HSL color Cylindrical-coordinate representation of color #30E22B: hue angle of 118.36º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30E22B is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB4822643-
CMYK0.7900.810.11
HSL118.36º75.93%52.75%-
HSV(B)118.36º80.97%88.63%-
XYZ28.8555.211.42-
YUV151.9266.5353.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 226 (88.67% from 255) = 71.29%
BLUE value IS 43 (17.19% from 255) = 13.56%
R=15.14%
G=71.29%
B=13.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal48226430.7900.810.11118.3675.9352.75
Hex30E22B4F051B764c35
Octal603425311701211316611465
Binary11000011100010101011100111101010001101111101101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,226,43); }

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

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

 a { background-color: rgb(48,226,43); }

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

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

 span { border-color: rgb(48,226,43); }

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