Html Css Color HEX #14CB22 Lime Green

📋 copy color: '#14CB22'

red 20 ◦ green 203 ◦ blue 34

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

Shades of Lime Green #14CB22

Tints of Lime Green #14CB22

RGB

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

 GREEN value IS 203 (79.69% from 255) = 78.99%

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

R = 7.78%
G = 78.99%
B = 13.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#14CB22 (or 0x14CB22) is known color: Lime Green. HEX triplet: 14, CB and 22. RGB value is (20,203,34). Sum of RGB (Red+Green+Blue) = 20+203+34=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CB22 is #EB34DD. Grayscale: #818181. Windows color (decimal): -15414494 or 2280212. OLE color: 2280212.

HSL color Cylindrical-coordinate representation of color #14CB22: hue angle of 124.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB22 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 34 -
CMYK 0.90 0 0.83 0.20
HSL 124.59º 0.82% 0.44% -
HSV(B) 124.59º 0.9% 0.8% -
XYZ 21.93 42.98 8.65 -
YUV 129.02 74.37 50.24 -
System Red Green Blue C M Y K H S L
Decimal 20 203 34 0.90 0 0.83 0.20 124.59 0.82 0.44
Hex 14 CB 22 5A 0 53 14 7D 52 2C
Octal 24 313 42 132 0 123 24 175 122 54
Binary 10100 11001011 100010 1011010 0 1010011 10100 1111101 1010010 101100

Color Harmonies of #14CB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB22

Black with #14CB22

Text Example


Text Example

White with #14CB22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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