Html Css Color HEX #1BCF16 Lime Green

📋 copy color: '#1BCF16'

red 27 ◦ green 207 ◦ blue 22

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

Shades of Lime Green #1BCF16

Tints of Lime Green #1BCF16

RGB

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

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

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

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

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 27 207 22 -
CMYK 0.87 0 0.89 0.19
HSL 118.38º 0.81% 0.45% -
HSV(B) 118.38º 0.89% 0.81% -
XYZ 22.91 44.92 8.22 -
YUV 132.09 65.87 53.04 -
System Red Green Blue C M Y K H S L
Decimal 27 207 22 0.87 0 0.89 0.19 118.38 0.81 0.45
Hex 1B CF 16 57 0 59 13 76 51 2D
Octal 33 317 26 127 0 131 23 166 121 55
Binary 11011 11001111 10110 1010111 0 1011001 10011 1110110 1010001 101101

Color Harmonies of #1BCF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCF16

Black with #1BCF16

Text Example


Text Example

White with #1BCF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BCF16; }

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

 H1.HeaderClassName
 {
   color: #1BCF16;
 }
 .AnyTagClassName
 {
   color: #1BCF16;
 }
</style>

background-color css

<style>
 a { background-color: #1BCF16; }

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

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

border-color css

<style>
 span { border-color: #1BCF16; }

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

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