Html Css Color HEX #16DF27 Lime Green

📋 copy color: '#16DF27'

red 22 ◦ green 223 ◦ blue 39

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

Shades of Lime Green #16DF27

Tints of Lime Green #16DF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 7.75%
G = 78.52%
B = 13.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#16DF27 (or 0x16DF27) is known color: Lime Green. HEX triplet: 16, DF and 27. RGB value is (22,223,39). Sum of RGB (Red+Green+Blue) = 22+223+39=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #16DF27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DF27 is #E920D8. Grayscale: #8E8E8E. Windows color (decimal): -15278297 or 2613014. OLE color: 2613014.

HSL color Cylindrical-coordinate representation of color #16DF27: hue angle of 125.07º 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 #16DF27 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 223 39 -
CMYK 0.90 0 0.83 0.13
HSL 125.07º 0.82% 0.48% -
HSV(B) 125.07º 0.9% 0.87% -
XYZ 27.08 53.09 10.74 -
YUV 141.93 69.91 42.46 -
System Red Green Blue C M Y K H S L
Decimal 22 223 39 0.90 0 0.83 0.13 125.07 0.82 0.48
Hex 16 DF 27 5A 0 53 D 7D 52 30
Octal 26 337 47 132 0 123 15 175 122 60
Binary 10110 11011111 100111 1011010 0 1010011 1101 1111101 1010010 110000

Color Harmonies of #16DF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16DF27

Black with #16DF27

Text Example


Text Example

White with #16DF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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