Html Css Color HEX #14E02B Lime Green

📋 copy color: '#14E02B'

red 20 ◦ green 224 ◦ blue 43

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

Shades of Lime Green #14E02B

Tints of Lime Green #14E02B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 78.05%

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 6.97%
G = 78.05%
B = 14.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#14E02B (or 0x14E02B) is known color: Lime Green. HEX triplet: 14, E0 and 2B. RGB value is (20,224,43). Sum of RGB (Red+Green+Blue) = 20+224+43=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #14E02B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E02B is #EB1FD4. Grayscale: #8E8E8E. Windows color (decimal): -15409109 or 2875412. OLE color: 2875412.

HSL color Cylindrical-coordinate representation of color #14E02B: hue angle of 126.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E02B is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 224 43 -
CMYK 0.91 0 0.81 0.12
HSL 126.76º 0.84% 0.48% -
HSV(B) 126.76º 0.91% 0.88% -
XYZ 27.38 53.63 11.19 -
YUV 142.37 71.91 40.72 -
System Red Green Blue C M Y K H S L
Decimal 20 224 43 0.91 0 0.81 0.12 126.76 0.84 0.48
Hex 14 E0 2B 5B 0 51 C 7F 54 30
Octal 24 340 53 133 0 121 14 177 124 60
Binary 10100 11100000 101011 1011011 0 1010001 1100 1111111 1010100 110000

Color Harmonies of #14E02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E02B

Black with #14E02B

Text Example


Text Example

White with #14E02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,224,43); }

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

background-color css

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

 a { background-color: rgb(20,224,43); }

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

border-color css

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

 span { border-color: rgb(20,224,43); }

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