Html Css Color HEX #1FCA40 Lime Green

📋 copy color: '#1FCA40'

red 31 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #1FCA40

Tints of Lime Green #1FCA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 10.44%
G = 68.01%
B = 21.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#1FCA40 (or 0x1FCA40) is known color: Lime Green. HEX triplet: 1F, CA and 40. RGB value is (31,202,64). Sum of RGB (Red+Green+Blue) = 31+202+64=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 202 (79.30% from 255 or 68.01% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCA40 is #E035BF. Grayscale: #878787. Windows color (decimal): -14693824 or 4246047. OLE color: 4246047.

HSL color Cylindrical-coordinate representation of color #1FCA40: hue angle of 131.58º 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 #1FCA40 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 202 64 -
CMYK 0.85 0 0.68 0.21
HSL 131.58º 0.73% 0.46% -
HSV(B) 131.58º 0.85% 0.79% -
XYZ 22.61 42.9 11.94 -
YUV 135.14 87.85 53.72 -
System Red Green Blue C M Y K H S L
Decimal 31 202 64 0.85 0 0.68 0.21 131.58 0.73 0.46
Hex 1F CA 40 55 0 44 15 84 49 2E
Octal 37 312 100 125 0 104 25 204 111 56
Binary 11111 11001010 1000000 1010101 0 1000100 10101 10000100 1001001 101110

Color Harmonies of #1FCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCA40

Black with #1FCA40

Text Example


Text Example

White with #1FCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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