Html Css Color HEX #1FCA3C Lime Green

📋 copy color: '#1FCA3C'

red 31 ◦ green 202 ◦ blue 60

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

Shades of Lime Green #1FCA3C

Tints of Lime Green #1FCA3C

RGB

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

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

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

R = 10.58%
G = 68.94%
B = 20.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#1FCA3C (or 0x1FCA3C) is known color: Lime Green. HEX triplet: 1F, CA and 3C. RGB value is (31,202,60). Sum of RGB (Red+Green+Blue) = 31+202+60=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCA3C is #E035C3. Grayscale: #878787. Windows color (decimal): -14693828 or 3983903. OLE color: 3983903.

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

Color convert

RGB 31 202 60 -
CMYK 0.85 0 0.70 0.21
HSL 130.18º 0.73% 0.46% -
HSV(B) 130.18º 0.85% 0.79% -
XYZ 22.5 42.86 11.36 -
YUV 134.68 85.85 54.05 -
System Red Green Blue C M Y K H S L
Decimal 31 202 60 0.85 0 0.70 0.21 130.18 0.73 0.46
Hex 1F CA 3C 55 0 46 15 82 49 2E
Octal 37 312 74 125 0 106 25 202 111 56
Binary 11111 11001010 111100 1010101 0 1000110 10101 10000010 1001001 101110

Color Harmonies of #1FCA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCA3C

Black with #1FCA3C

Text Example


Text Example

White with #1FCA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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