Html Css Color HEX #30E020 Lime Green

📋 copy color: '#30E020'

red 48 ◦ green 224 ◦ blue 32

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

Shades of Lime Green #30E020

Tints of Lime Green #30E020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 73.68%

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 15.79%
G = 73.68%
B = 10.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#30E020 (or 0x30E020) is known color: Lime Green. HEX triplet: 30, E0 and 20. RGB value is (48,224,32). Sum of RGB (Red+Green+Blue) = 48+224+32=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 224 (87.89% from 255 or 73.68% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 224 - color contains mainly: green. Hex color #30E020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E020 is #CF1FDF. Grayscale: #969696. Windows color (decimal): -13574112 or 2154544. OLE color: 2154544.

HSL color Cylindrical-coordinate representation of color #30E020: hue angle of 115º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30E020 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 224 32 -
CMYK 0.79 0 0.86 0.12
HSL 115º 0.76% 0.5% -
HSV(B) 115º 0.86% 0.88% -
XYZ 28.14 54.04 10.32 -
YUV 149.49 61.69 55.61 -
System Red Green Blue C M Y K H S L
Decimal 48 224 32 0.79 0 0.86 0.12 115 0.76 0.5
Hex 30 E0 20 4F 0 56 C 73 4C 32
Octal 60 340 40 117 0 126 14 163 114 62
Binary 110000 11100000 100000 1001111 0 1010110 1100 1110011 1001100 110010

Color Harmonies of #30E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E020

Black with #30E020

Text Example


Text Example

White with #30E020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,224,32); }

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

background-color css

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

 a { background-color: rgb(48,224,32); }

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

border-color css

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

 span { border-color: rgb(48,224,32); }

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