Html Css Color HEX #16DF2A Lime Green

📋 copy color: '#16DF2A'

red 22 ◦ green 223 ◦ blue 42

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

Shades of Lime Green #16DF2A

Tints of Lime Green #16DF2A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 77.7%

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

R = 7.67%
G = 77.7%
B = 14.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#16DF2A (or 0x16DF2A) is known color: Lime Green. HEX triplet: 16, DF and 2A. RGB value is (22,223,42). Sum of RGB (Red+Green+Blue) = 22+223+42=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #16DF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DF2A is #E920D5. Grayscale: #8E8E8E. Windows color (decimal): -15278294 or 2809622. OLE color: 2809622.

HSL color Cylindrical-coordinate representation of color #16DF2A: hue angle of 125.97º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DF2A is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 223 42 -
CMYK 0.90 0 0.81 0.13
HSL 125.97º 0.82% 0.48% -
HSV(B) 125.97º 0.9% 0.87% -
XYZ 27.14 53.11 11.01 -
YUV 142.27 71.41 42.22 -
System Red Green Blue C M Y K H S L
Decimal 22 223 42 0.90 0 0.81 0.13 125.97 0.82 0.48
Hex 16 DF 2A 5A 0 51 D 7E 52 30
Octal 26 337 52 132 0 121 15 176 122 60
Binary 10110 11011111 101010 1011010 0 1010001 1101 1111110 1010010 110000

Color Harmonies of #16DF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16DF2A

Black with #16DF2A

Text Example


Text Example

White with #16DF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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