#30AE35

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

Shades of Lime Green #30AE35

Tints of Lime Green #30AE35

Color information

#30AE35 (or 0x30AE35) is unknown color: approx Lime Green. HEX triplet: 30, AE and 35. RGB value is (48,174,53). Sum of RGB (Red+Green+Blue) = 48+174+53=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 174 (68.36% from 255 or 63.27% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AE35 is #CF51CA. Grayscale: #7A7A7A. Windows color (decimal): -13586891 or 3518000. OLE color: 3518000.

HSL color Cylindrical-coordinate representation of color #30AE35: hue angle of 122.38º 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 #30AE35 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB4817453-
CMYK0.7200.700.32
HSL122.38º56.76%43.53%-
HSV(B)122.38º72.41%68.24%-
XYZ1731.168.49-
YUV122.5388.7674.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 174 (68.36% from 255) = 63.27%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=17.45%
G=63.27%
B=19.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48174530.7200.700.32122.3856.7643.53
Hex30AE3548046207a392c
Octal60256651100106401727154
Binary110000101011101101011001000010001101000001111010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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