Html Css Color HEX #30AC26 Lime Green

📋 copy color: '#30AC26'

red 48 ◦ green 172 ◦ blue 38

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

Shades of Lime Green #30AC26

Tints of Lime Green #30AC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.73%

R = 18.6%
G = 66.67%
B = 14.73%

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

#30AC26 (or 0x30AC26) is known color: Lime Green. HEX triplet: 30, AC and 26. RGB value is (48,172,38). Sum of RGB (Red+Green+Blue) = 48+172+38=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 172 (67.58% from 255 or 66.67% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC26 is #CF53D9. Grayscale: #787878. Windows color (decimal): -13587418 or 2534448. OLE color: 2534448.

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

Color convert

RGB 48 172 38 -
CMYK 0.72 0 0.78 0.33
HSL 115.52º 0.64% 0.41% -
HSV(B) 115.52º 0.78% 0.67% -
XYZ 16.32 30.27 6.82 -
YUV 119.65 81.92 76.9 -
System Red Green Blue C M Y K H S L
Decimal 48 172 38 0.72 0 0.78 0.33 115.52 0.64 0.41
Hex 30 AC 26 48 0 4E 21 74 40 29
Octal 60 254 46 110 0 116 41 164 100 51
Binary 110000 10101100 100110 1001000 0 1001110 100001 1110100 1000000 101001

Color Harmonies of #30AC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC26

Black with #30AC26

Text Example


Text Example

White with #30AC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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