Html Css Color HEX #14CF27 Lime Green

📋 copy color: '#14CF27'

red 20 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #14CF27

Tints of Lime Green #14CF27

RGB

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

 GREEN value IS 207 (81.25% from 255) = 77.82%

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

R = 7.52%
G = 77.82%
B = 14.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#14CF27 (or 0x14CF27) is known color: Lime Green. HEX triplet: 14, CF and 27. RGB value is (20,207,39). Sum of RGB (Red+Green+Blue) = 20+207+39=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 207 (81.25% from 255 or 77.82% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF27 is #EB30D8. Grayscale: #848484. Windows color (decimal): -15413465 or 2608916. OLE color: 2608916.

HSL color Cylindrical-coordinate representation of color #14CF27: hue angle of 126.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF27 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 39 -
CMYK 0.90 0 0.81 0.19
HSL 126.1º 0.82% 0.45% -
HSV(B) 126.1º 0.9% 0.81% -
XYZ 22.97 44.92 9.38 -
YUV 131.94 75.55 48.16 -
System Red Green Blue C M Y K H S L
Decimal 20 207 39 0.90 0 0.81 0.19 126.1 0.82 0.45
Hex 14 CF 27 5A 0 51 13 7E 52 2D
Octal 24 317 47 132 0 121 23 176 122 55
Binary 10100 11001111 100111 1011010 0 1010001 10011 1111110 1010010 101101

Color Harmonies of #14CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF27

Black with #14CF27

Text Example


Text Example

White with #14CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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