#30AE33

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

Shades of Lime Green #30AE33

Tints of Lime Green #30AE33

Color information

#30AE33 (or 0x30AE33) is unknown color: approx Lime Green. HEX triplet: 30, AE and 33. RGB value is (48,174,51). Sum of RGB (Red+Green+Blue) = 48+174+51=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 174 (68.36% from 255 or 63.74% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AE33 is #CF51CC. Grayscale: #7A7A7A. Windows color (decimal): -13586893 or 3386928. OLE color: 3386928.

HSL color Cylindrical-coordinate representation of color #30AE33: hue angle of 121.43º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE33 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB4817451-
CMYK0.7200.710.32
HSL121.43º56.76%43.53%-
HSV(B)121.43º72.41%68.24%-
XYZ16.9531.148.25-
YUV122.387.7675-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 174 (68.36% from 255) = 63.74%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=17.58%
G=63.74%
B=18.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48174510.7200.710.32121.4356.7643.53
Hex30AE33480472079392c
Octal60256631100107401717154
Binary110000101011101100111001000010001111000001111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,174,51); }

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

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

 a { background-color: rgb(48,174,51); }

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

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

 span { border-color: rgb(48,174,51); }

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