Html Css Color HEX #14DB27 Lime Green

📋 copy color: '#14DB27'

red 20 ◦ green 219 ◦ blue 39

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

Shades of Lime Green #14DB27

Tints of Lime Green #14DB27

RGB

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

 GREEN value IS 219 (85.94% from 255) = 78.78%

 BLUE value IS 39 (15.63% from 255) = 14.03%

R = 7.19%
G = 78.78%
B = 14.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#14DB27 (or 0x14DB27) is known color: Lime Green. HEX triplet: 14, DB and 27. RGB value is (20,219,39). Sum of RGB (Red+Green+Blue) = 20+219+39=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 219 (85.94% from 255 or 78.78% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB27 is #EB24D8. Grayscale: #8B8B8B. Windows color (decimal): -15410393 or 2611988. OLE color: 2611988.

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

Color convert

RGB 20 219 39 -
CMYK 0.91 0 0.82 0.14
HSL 125.73º 0.83% 0.47% -
HSV(B) 125.73º 0.91% 0.86% -
XYZ 25.99 50.96 10.39 -
YUV 138.98 71.57 43.14 -
System Red Green Blue C M Y K H S L
Decimal 20 219 39 0.91 0 0.82 0.14 125.73 0.83 0.47
Hex 14 DB 27 5B 0 52 E 7E 53 2F
Octal 24 333 47 133 0 122 16 176 123 57
Binary 10100 11011011 100111 1011011 0 1010010 1110 1111110 1010011 101111

Color Harmonies of #14DB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DB27

Black with #14DB27

Text Example


Text Example

White with #14DB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,219,39); }

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

background-color css

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

 a { background-color: rgb(20,219,39); }

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

border-color css

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

 span { border-color: rgb(20,219,39); }

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