Html Css Color HEX #1FCB03 Lime Green

📋 copy color: '#1FCB03'

red 31 ◦ green 203 ◦ blue 3

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

Shades of Lime Green #1FCB03

Tints of Lime Green #1FCB03

RGB

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

 GREEN value IS 203 (79.69% from 255) = 85.65%

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 13.08%
G = 85.65%
B = 1.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#1FCB03 (or 0x1FCB03) is known color: Lime Green. HEX triplet: 1F, CB and 03. RGB value is (31,203,3). Sum of RGB (Red+Green+Blue) = 31+203+3=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 203 (79.69% from 255 or 85.65% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCB03 is #E034FC. Grayscale: #818181. Windows color (decimal): -14693629 or 248607. OLE color: 248607.

HSL color Cylindrical-coordinate representation of color #1FCB03: hue angle of 111.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FCB03 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 203 3 -
CMYK 0.85 0 0.99 0.20
HSL 111.6º 0.97% 0.4% -
HSV(B) 111.6º 0.99% 0.8% -
XYZ 21.94 43.01 7.23 -
YUV 128.77 57.02 58.26 -
System Red Green Blue C M Y K H S L
Decimal 31 203 3 0.85 0 0.99 0.20 111.6 0.97 0.4
Hex 1F CB 3 55 0 63 14 70 61 28
Octal 37 313 3 125 0 143 24 160 141 50
Binary 11111 11001011 11 1010101 0 1100011 10100 1110000 1100001 101000

Color Harmonies of #1FCB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCB03

Black with #1FCB03

Text Example


Text Example

White with #1FCB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,203,3); }

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

background-color css

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

 a { background-color: rgb(31,203,3); }

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

border-color css

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

 span { border-color: rgb(31,203,3); }

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