Html Css Color HEX #1FC03C Lime Green

📋 copy color: '#1FC03C'

red 31 ◦ green 192 ◦ blue 60

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

Shades of Lime Green #1FC03C

Tints of Lime Green #1FC03C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.84%

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 10.95%
G = 67.84%
B = 21.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#1FC03C (or 0x1FC03C) is known color: Lime Green. HEX triplet: 1F, C0 and 3C. RGB value is (31,192,60). Sum of RGB (Red+Green+Blue) = 31+192+60=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC03C is #E03FC3. Grayscale: #818181. Windows color (decimal): -14696388 or 3981343. OLE color: 3981343.

HSL color Cylindrical-coordinate representation of color #1FC03C: hue angle of 130.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC03C is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 192 60 -
CMYK 0.84 0 0.69 0.25
HSL 130.81º 0.72% 0.44% -
HSV(B) 130.81º 0.84% 0.75% -
XYZ 20.23 38.32 10.6 -
YUV 128.81 89.16 58.23 -
System Red Green Blue C M Y K H S L
Decimal 31 192 60 0.84 0 0.69 0.25 130.81 0.72 0.44
Hex 1F C0 3C 54 0 45 19 83 48 2C
Octal 37 300 74 124 0 105 31 203 110 54
Binary 11111 11000000 111100 1010100 0 1000101 11001 10000011 1001000 101100

Color Harmonies of #1FC03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC03C

Black with #1FC03C

Text Example


Text Example

White with #1FC03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,192,60); }

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

background-color css

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

 a { background-color: rgb(31,192,60); }

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

border-color css

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

 span { border-color: rgb(31,192,60); }

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