Html Css Color HEX #14E030 Lime Green

📋 copy color: '#14E030'

red 20 ◦ green 224 ◦ blue 48

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

Shades of Lime Green #14E030

Tints of Lime Green #14E030

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#14E030 (or 0x14E030) is known color: Lime Green. HEX triplet: 14, E0 and 30. RGB value is (20,224,48). Sum of RGB (Red+Green+Blue) = 20+224+48=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 224 (87.89% from 255 or 76.71% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 224 - color contains mainly: green. Hex color #14E030 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E030 is #EB1FCF. Grayscale: #8F8F8F. Windows color (decimal): -15409104 or 3203092. OLE color: 3203092.

HSL color Cylindrical-coordinate representation of color #14E030: hue angle of 128.24º 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 #14E030 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 224 48 -
CMYK 0.91 0 0.79 0.12
HSL 128.24º 0.84% 0.48% -
HSV(B) 128.24º 0.91% 0.88% -
XYZ 27.48 53.67 11.71 -
YUV 142.94 74.41 40.31 -
System Red Green Blue C M Y K H S L
Decimal 20 224 48 0.91 0 0.79 0.12 128.24 0.84 0.48
Hex 14 E0 30 5B 0 4F C 80 54 30
Octal 24 340 60 133 0 117 14 200 124 60
Binary 10100 11100000 110000 1011011 0 1001111 1100 10000000 1010100 110000

Color Harmonies of #14E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E030

Black with #14E030

Text Example


Text Example

White with #14E030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14E030; }

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

 H1.HeaderClassName
 {
   color: #14E030;
 }
 .AnyTagClassName
 {
   color: #14E030;
 }
</style>

background-color css

<style>
 a { background-color: #14E030; }

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

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

border-color css

<style>
 span { border-color: #14E030; }

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

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