#30AE21

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

Shades of Lime Green #30AE21

Tints of Lime Green #30AE21

Color information

#30AE21 (or 0x30AE21) is unknown color: approx Lime Green. HEX triplet: 30, AE and 21. RGB value is (48,174,33). Sum of RGB (Red+Green+Blue) = 48+174+33=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 174 (68.36% from 255 or 68.24% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AE21 is #CF51DE. Grayscale: #787878. Windows color (decimal): -13586911 or 2207280. OLE color: 2207280.

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

Color convert

RGB4817433-
CMYK0.7200.810.32
HSL113.62º68.12%40.59%-
HSV(B)113.62º81.03%68.24%-
XYZ16.6331.016.55-
YUV120.2578.7676.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 174 (68.36% from 255) = 68.24%
BLUE value IS 33 (13.28% from 255) = 12.94%
R=18.82%
G=68.24%
B=12.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48174330.7200.810.32113.6268.1240.59
Hex30AE214805120724429
Octal602564111001214016210451
Binary1100001010111010000110010000101000110000011100101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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