Html Css Color HEX #14CF22 Lime Green

📋 copy color: '#14CF22'

red 20 ◦ green 207 ◦ blue 34

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

Shades of Lime Green #14CF22

Tints of Lime Green #14CF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 7.66%
G = 79.31%
B = 13.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#14CF22 (or 0x14CF22) is known color: Lime Green. HEX triplet: 14, CF and 22. RGB value is (20,207,34). Sum of RGB (Red+Green+Blue) = 20+207+34=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF22 is #EB30DD. Grayscale: #838383. Windows color (decimal): -15413470 or 2281236. OLE color: 2281236.

HSL color Cylindrical-coordinate representation of color #14CF22: hue angle of 124.49º 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 #14CF22 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 34 -
CMYK 0.90 0 0.84 0.19
HSL 124.49º 0.82% 0.45% -
HSV(B) 124.49º 0.9% 0.81% -
XYZ 22.89 44.89 8.97 -
YUV 131.37 73.05 48.57 -
System Red Green Blue C M Y K H S L
Decimal 20 207 34 0.90 0 0.84 0.19 124.49 0.82 0.45
Hex 14 CF 22 5A 0 54 13 7C 52 2D
Octal 24 317 42 132 0 124 23 174 122 55
Binary 10100 11001111 100010 1011010 0 1010100 10011 1111100 1010010 101101

Color Harmonies of #14CF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF22

Black with #14CF22

Text Example


Text Example

White with #14CF22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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