Html Css Color HEX #30AC2F Lime Green

📋 copy color: '#30AC2F'

red 48 ◦ green 172 ◦ blue 47

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

Shades of Lime Green #30AC2F

Tints of Lime Green #30AC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 17.98%
G = 64.42%
B = 17.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#30AC2F (or 0x30AC2F) is known color: Lime Green. HEX triplet: 30, AC and 2F. RGB value is (48,172,47). Sum of RGB (Red+Green+Blue) = 48+172+47=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 172 (67.58% from 255 or 64.42% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC2F is #CF53D0. Grayscale: #797979. Windows color (decimal): -13587409 or 3124272. OLE color: 3124272.

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

Color convert

RGB 48 172 47 -
CMYK 0.72 0 0.73 0.33
HSL 119.52º 0.57% 0.43% -
HSV(B) 119.52º 0.73% 0.67% -
XYZ 16.48 30.34 7.68 -
YUV 120.67 86.42 76.16 -
System Red Green Blue C M Y K H S L
Decimal 48 172 47 0.72 0 0.73 0.33 119.52 0.57 0.43
Hex 30 AC 2F 48 0 49 21 78 39 2B
Octal 60 254 57 110 0 111 41 170 71 53
Binary 110000 10101100 101111 1001000 0 1001001 100001 1111000 111001 101011

Color Harmonies of #30AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC2F

Black with #30AC2F

Text Example


Text Example

White with #30AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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