Html Css Color HEX #1FCA04 Lime Green

📋 copy color: '#1FCA04'

red 31 ◦ green 202 ◦ blue 4

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

Shades of Lime Green #1FCA04

Tints of Lime Green #1FCA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 13.08%
G = 85.23%
B = 1.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#1FCA04 (or 0x1FCA04) is known color: Lime Green. HEX triplet: 1F, CA and 04. RGB value is (31,202,4). Sum of RGB (Red+Green+Blue) = 31+202+4=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 202 (79.30% from 255 or 85.23% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCA04 is #E035FB. Grayscale: #808080. Windows color (decimal): -14693884 or 313887. OLE color: 313887.

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

Color convert

RGB 31 202 4 -
CMYK 0.85 0 0.98 0.21
HSL 111.82º 0.96% 0.4% -
HSV(B) 111.82º 0.98% 0.79% -
XYZ 21.71 42.54 7.18 -
YUV 128.3 57.85 58.6 -
System Red Green Blue C M Y K H S L
Decimal 31 202 4 0.85 0 0.98 0.21 111.82 0.96 0.4
Hex 1F CA 4 55 0 62 15 70 60 28
Octal 37 312 4 125 0 142 25 160 140 50
Binary 11111 11001010 100 1010101 0 1100010 10101 1110000 1100000 101000

Color Harmonies of #1FCA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCA04

Black with #1FCA04

Text Example


Text Example

White with #1FCA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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