Html Css Color HEX #30AC2C Lime Green

📋 copy color: '#30AC2C'

red 48 ◦ green 172 ◦ blue 44

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

Shades of Lime Green #30AC2C

Tints of Lime Green #30AC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 65.15%

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

R = 18.18%
G = 65.15%
B = 16.67%

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

#30AC2C (or 0x30AC2C) is known color: Lime Green. HEX triplet: 30, AC and 2C. RGB value is (48,172,44). Sum of RGB (Red+Green+Blue) = 48+172+44=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC2C is #CF53D3. Grayscale: #787878. Windows color (decimal): -13587412 or 2927664. OLE color: 2927664.

HSL color Cylindrical-coordinate representation of color #30AC2C: hue angle of 118.12º degrees, saturation: 0.59, 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 #30AC2C is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 172 44 -
CMYK 0.72 0 0.74 0.33
HSL 118.13º 0.59% 0.42% -
HSV(B) 118.13º 0.74% 0.67% -
XYZ 16.43 30.32 7.37 -
YUV 120.33 84.92 76.41 -
System Red Green Blue C M Y K H S L
Decimal 48 172 44 0.72 0 0.74 0.33 118.13 0.59 0.42
Hex 30 AC 2C 48 0 4A 21 76 3B 2A
Octal 60 254 54 110 0 112 41 166 73 52
Binary 110000 10101100 101100 1001000 0 1001010 100001 1110110 111011 101010

Color Harmonies of #30AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC2C

Black with #30AC2C

Text Example


Text Example

White with #30AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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