Html Css Color HEX #30AC2E Lime Green

📋 copy color: '#30AC2E'

red 48 ◦ green 172 ◦ blue 46

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

Shades of Lime Green #30AC2E

Tints of Lime Green #30AC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 18.05%
G = 64.66%
B = 17.29%

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

#30AC2E (or 0x30AC2E) is known color: Lime Green. HEX triplet: 30, AC and 2E. RGB value is (48,172,46). Sum of RGB (Red+Green+Blue) = 48+172+46=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 172 (67.58% from 255 or 64.66% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC2E is #CF53D1. Grayscale: #787878. Windows color (decimal): -13587410 or 3058736. OLE color: 3058736.

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

Color convert

RGB 48 172 46 -
CMYK 0.72 0 0.73 0.33
HSL 119.05º 0.58% 0.43% -
HSV(B) 119.05º 0.73% 0.67% -
XYZ 16.46 30.33 7.57 -
YUV 120.56 85.92 76.25 -
System Red Green Blue C M Y K H S L
Decimal 48 172 46 0.72 0 0.73 0.33 119.05 0.58 0.43
Hex 30 AC 2E 48 0 49 21 77 3A 2B
Octal 60 254 56 110 0 111 41 167 72 53
Binary 110000 10101100 101110 1001000 0 1001001 100001 1110111 111010 101011

Color Harmonies of #30AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC2E

Black with #30AC2E

Text Example


Text Example

White with #30AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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