Html Css Color HEX #14D41E Lime Green

📋 copy color: '#14D41E'

red 20 ◦ green 212 ◦ blue 30

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

Shades of Lime Green #14D41E

Tints of Lime Green #14D41E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 80.92%

 BLUE value IS 30 (12.11% from 255) = 11.45%

R = 7.63%
G = 80.92%
B = 11.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#14D41E (or 0x14D41E) is known color: Lime Green. HEX triplet: 14, D4 and 1E. RGB value is (20,212,30). Sum of RGB (Red+Green+Blue) = 20+212+30=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 212 (83.20% from 255 or 80.92% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 212 - color contains mainly: green. Hex color #14D41E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D41E is #EB2BE1. Grayscale: #868686. Windows color (decimal): -15412194 or 2020372. OLE color: 2020372.

HSL color Cylindrical-coordinate representation of color #14D41E: hue angle of 123.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D41E is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 212 30 -
CMYK 0.91 0 0.86 0.17
HSL 123.13º 0.83% 0.45% -
HSV(B) 123.13º 0.91% 0.83% -
XYZ 24.07 47.33 9.1 -
YUV 133.84 69.39 46.8 -
System Red Green Blue C M Y K H S L
Decimal 20 212 30 0.91 0 0.86 0.17 123.13 0.83 0.45
Hex 14 D4 1E 5B 0 56 11 7B 53 2D
Octal 24 324 36 133 0 126 21 173 123 55
Binary 10100 11010100 11110 1011011 0 1010110 10001 1111011 1010011 101101

Color Harmonies of #14D41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D41E

Black with #14D41E

Text Example


Text Example

White with #14D41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,212,30); }

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

background-color css

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

 a { background-color: rgb(20,212,30); }

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

border-color css

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

 span { border-color: rgb(20,212,30); }

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