Html Css Color HEX #30E014 Lime Green

📋 copy color: '#30E014'

red 48 ◦ green 224 ◦ blue 20

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

Shades of Lime Green #30E014

Tints of Lime Green #30E014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 16.44%
G = 76.71%
B = 6.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#30E014 (or 0x30E014) is known color: Lime Green. HEX triplet: 30, E0 and 14. RGB value is (48,224,20). Sum of RGB (Red+Green+Blue) = 48+224+20=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 224 (87.89% from 255 or 76.71% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 224 - color contains mainly: green. Hex color #30E014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E014 is #CF1FEB. Grayscale: #949494. Windows color (decimal): -13574124 or 1368112. OLE color: 1368112.

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

Color convert

RGB 48 224 20 -
CMYK 0.79 0 0.91 0.12
HSL 111.76º 0.84% 0.48% -
HSV(B) 111.76º 0.91% 0.88% -
XYZ 28 53.99 9.61 -
YUV 148.12 55.69 56.59 -
System Red Green Blue C M Y K H S L
Decimal 48 224 20 0.79 0 0.91 0.12 111.76 0.84 0.48
Hex 30 E0 14 4F 0 5B C 70 54 30
Octal 60 340 24 117 0 133 14 160 124 60
Binary 110000 11100000 10100 1001111 0 1011011 1100 1110000 1010100 110000

Color Harmonies of #30E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E014

Black with #30E014

Text Example


Text Example

White with #30E014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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