Html Css Color HEX #16CE2A Lime Green

📋 copy color: '#16CE2A'

red 22 ◦ green 206 ◦ blue 42

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

Shades of Lime Green #16CE2A

Tints of Lime Green #16CE2A

RGB

 RED value IS 22 (8.98% from 255) = 8.15%

 GREEN value IS 206 (80.86% from 255) = 76.3%

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 8.15%
G = 76.3%
B = 15.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#16CE2A (or 0x16CE2A) is known color: Lime Green. HEX triplet: 16, CE and 2A. RGB value is (22,206,42). Sum of RGB (Red+Green+Blue) = 22+206+42=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #16CE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CE2A is #E931D5. Grayscale: #848484. Windows color (decimal): -15282646 or 2805270. OLE color: 2805270.

HSL color Cylindrical-coordinate representation of color #16CE2A: hue angle of 126.52º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CE2A is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 206 42 -
CMYK 0.89 0 0.80 0.19
HSL 126.52º 0.81% 0.45% -
HSV(B) 126.52º 0.89% 0.81% -
XYZ 22.82 44.48 9.57 -
YUV 132.29 77.04 49.34 -
System Red Green Blue C M Y K H S L
Decimal 22 206 42 0.89 0 0.80 0.19 126.52 0.81 0.45
Hex 16 CE 2A 59 0 50 13 7F 51 2D
Octal 26 316 52 131 0 120 23 177 121 55
Binary 10110 11001110 101010 1011001 0 1010000 10011 1111111 1010001 101101

Color Harmonies of #16CE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CE2A

Black with #16CE2A

Text Example


Text Example

White with #16CE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16CE2A; }

 p { color: rgb(22,206,42); }

 H1.HeaderClassName
 {
   color: #16CE2A;
 }
 .AnyTagClassName
 {
   color: #16CE2A;
 }
</style>

background-color css

<style>
 a { background-color: #16CE2A; }

 a { background-color: rgb(22,206,42); }

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

border-color css

<style>
 span { border-color: #16CE2A; }

 span { border-color: rgb(22,206,42); }

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