Html Css Color HEX #30AC25 Lime Green

📋 copy color: '#30AC25'

red 48 ◦ green 172 ◦ blue 37

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

Shades of Lime Green #30AC25

Tints of Lime Green #30AC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 18.68%
G = 66.93%
B = 14.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#30AC25 (or 0x30AC25) is known color: Lime Green. HEX triplet: 30, AC and 25. RGB value is (48,172,37). Sum of RGB (Red+Green+Blue) = 48+172+37=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC25 is #CF53DA. Grayscale: #777777. Windows color (decimal): -13587419 or 2468912. OLE color: 2468912.

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

Color convert

RGB 48 172 37 -
CMYK 0.72 0 0.78 0.33
HSL 115.11º 0.65% 0.41% -
HSV(B) 115.11º 0.78% 0.67% -
XYZ 16.31 30.27 6.73 -
YUV 119.53 81.42 76.98 -
System Red Green Blue C M Y K H S L
Decimal 48 172 37 0.72 0 0.78 0.33 115.11 0.65 0.41
Hex 30 AC 25 48 0 4E 21 73 41 29
Octal 60 254 45 110 0 116 41 163 101 51
Binary 110000 10101100 100101 1001000 0 1001110 100001 1110011 1000001 101001

Color Harmonies of #30AC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC25

Black with #30AC25

Text Example


Text Example

White with #30AC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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