Html Css Color HEX #30AD2C Lime Green

📋 copy color: '#30AD2C'

red 48 ◦ green 173 ◦ blue 44

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

Shades of Lime Green #30AD2C

Tints of Lime Green #30AD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 65.28%

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 18.11%
G = 65.28%
B = 16.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#30AD2C (or 0x30AD2C) is known color: Lime Green. HEX triplet: 30, AD and 2C. RGB value is (48,173,44). Sum of RGB (Red+Green+Blue) = 48+173+44=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AD2C is #CF52D3. Grayscale: #797979. Windows color (decimal): -13587156 or 2927920. OLE color: 2927920.

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

Color convert

RGB 48 173 44 -
CMYK 0.72 0 0.75 0.32
HSL 118.14º 0.59% 0.43% -
HSV(B) 118.14º 0.75% 0.68% -
XYZ 16.62 30.7 7.43 -
YUV 120.92 84.59 75.99 -
System Red Green Blue C M Y K H S L
Decimal 48 173 44 0.72 0 0.75 0.32 118.14 0.59 0.43
Hex 30 AD 2C 48 0 4B 20 76 3B 2B
Octal 60 255 54 110 0 113 40 166 73 53
Binary 110000 10101101 101100 1001000 0 1001011 100000 1110110 111011 101011

Color Harmonies of #30AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AD2C

Black with #30AD2C

Text Example


Text Example

White with #30AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,173,44); }

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

background-color css

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

 a { background-color: rgb(48,173,44); }

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

border-color css

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

 span { border-color: rgb(48,173,44); }

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