Html Css Color HEX #30AA2D Lime Green

📋 copy color: '#30AA2D'

red 48 ◦ green 170 ◦ blue 45

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

Shades of Lime Green #30AA2D

Tints of Lime Green #30AA2D

RGB

 RED value IS 48 (19.14% from 255) = 18.25%

 GREEN value IS 170 (66.8% from 255) = 64.64%

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 18.25%
G = 64.64%
B = 17.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#30AA2D (or 0x30AA2D) is known color: Lime Green. HEX triplet: 30, AA and 2D. RGB value is (48,170,45). Sum of RGB (Red+Green+Blue) = 48+170+45=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AA2D is #CF55D2. Grayscale: #777777. Windows color (decimal): -13587923 or 2992688. OLE color: 2992688.

HSL color Cylindrical-coordinate representation of color #30AA2D: hue angle of 118.56º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30AA2D is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 170 45 -
CMYK 0.72 0 0.74 0.33
HSL 118.56º 0.58% 0.42% -
HSV(B) 118.56º 0.74% 0.67% -
XYZ 16.07 29.57 7.34 -
YUV 119.27 86.08 77.16 -
System Red Green Blue C M Y K H S L
Decimal 48 170 45 0.72 0 0.74 0.33 118.56 0.58 0.42
Hex 30 AA 2D 48 0 4A 21 77 3A 2A
Octal 60 252 55 110 0 112 41 167 72 52
Binary 110000 10101010 101101 1001000 0 1001010 100001 1110111 111010 101010

Color Harmonies of #30AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AA2D

Black with #30AA2D

Text Example


Text Example

White with #30AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,170,45); }

 H1.HeaderClassName
 {
   color: #30AA2D;
 }
 .AnyTagClassName
 {
   color: #30AA2D;
 }
</style>

background-color css

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

 a { background-color: rgb(48,170,45); }

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

border-color css

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

 span { border-color: rgb(48,170,45); }

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