Html Css Color HEX #1FCA16 Lime Green

📋 copy color: '#1FCA16'

red 31 ◦ green 202 ◦ blue 22

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

Shades of Lime Green #1FCA16

Tints of Lime Green #1FCA16

RGB

 RED value IS 31 (12.5% from 255) = 12.16%

 GREEN value IS 202 (79.3% from 255) = 79.22%

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

R = 12.16%
G = 79.22%
B = 8.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#1FCA16 (or 0x1FCA16) is known color: Lime Green. HEX triplet: 1F, CA and 16. RGB value is (31,202,22). Sum of RGB (Red+Green+Blue) = 31+202+22=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCA16 is #E035E9. Grayscale: #828282. Windows color (decimal): -14693866 or 1493535. OLE color: 1493535.

HSL color Cylindrical-coordinate representation of color #1FCA16: hue angle of 117º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FCA16 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 202 22 -
CMYK 0.85 0 0.89 0.21
HSL 117º 0.8% 0.44% -
HSV(B) 117º 0.89% 0.79% -
XYZ 21.83 42.59 7.83 -
YUV 130.35 66.85 57.14 -
System Red Green Blue C M Y K H S L
Decimal 31 202 22 0.85 0 0.89 0.21 117 0.8 0.44
Hex 1F CA 16 55 0 59 15 75 50 2C
Octal 37 312 26 125 0 131 25 165 120 54
Binary 11111 11001010 10110 1010101 0 1011001 10101 1110101 1010000 101100

Color Harmonies of #1FCA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCA16

Black with #1FCA16

Text Example


Text Example

White with #1FCA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,202,22); }

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

background-color css

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

 a { background-color: rgb(31,202,22); }

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

border-color css

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

 span { border-color: rgb(31,202,22); }

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