Html Css Color HEX #16CF1B Lime Green

📋 copy color: '#16CF1B'

red 22 ◦ green 207 ◦ blue 27

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

Shades of Lime Green #16CF1B

Tints of Lime Green #16CF1B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 80.86%

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 8.59%
G = 80.86%
B = 10.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#16CF1B (or 0x16CF1B) is known color: Lime Green. HEX triplet: 16, CF and 1B. RGB value is (22,207,27). Sum of RGB (Red+Green+Blue) = 22+207+27=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 207 (81.25% from 255 or 80.86% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 207 - color contains mainly: green. Hex color #16CF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CF1B is #E930E4. Grayscale: #838383. Windows color (decimal): -15282405 or 1822486. OLE color: 1822486.

HSL color Cylindrical-coordinate representation of color #16CF1B: hue angle of 121.62º 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 #16CF1B is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 207 27 -
CMYK 0.89 0 0.87 0.19
HSL 121.62º 0.81% 0.45% -
HSV(B) 121.62º 0.89% 0.81% -
XYZ 22.84 44.88 8.49 -
YUV 131.17 69.21 50.14 -
System Red Green Blue C M Y K H S L
Decimal 22 207 27 0.89 0 0.87 0.19 121.62 0.81 0.45
Hex 16 CF 1B 59 0 57 13 7A 51 2D
Octal 26 317 33 131 0 127 23 172 121 55
Binary 10110 11001111 11011 1011001 0 1010111 10011 1111010 1010001 101101

Color Harmonies of #16CF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CF1B

Black with #16CF1B

Text Example


Text Example

White with #16CF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,207,27); }

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

background-color css

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

 a { background-color: rgb(22,207,27); }

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

border-color css

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

 span { border-color: rgb(22,207,27); }

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