Html Css Color HEX #30AE33 Lime Green

📋 copy color: '#30AE33'

red 48 ◦ green 174 ◦ blue 51

#30AE33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #30AE33

Tints of Lime Green #30AE33

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 value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#30AE33 (or 0x30AE33) is known color: 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

RGB 48 174 51 -
CMYK 0.72 0 0.71 0.32
HSL 121.43º 0.57% 0.44% -
HSV(B) 121.43º 0.72% 0.68% -
XYZ 16.95 31.14 8.25 -
YUV 122.3 87.76 75 -
System Red Green Blue C M Y K H S L
Decimal 48 174 51 0.72 0 0.71 0.32 121.43 0.57 0.44
Hex 30 AE 33 48 0 47 20 79 39 2C
Octal 60 256 63 110 0 107 40 171 71 54
Binary 110000 10101110 110011 1001000 0 1000111 100000 1111001 111001 101100

Color Harmonies of #30AE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AE33

Black with #30AE33

Text Example


Text Example

White with #30AE33

Text Example


Text Example

HTML Codes & Css Web 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>