Html Css Color HEX #1FCD04 Lime Green

📋 copy color: '#1FCD04'

red 31 ◦ green 205 ◦ blue 4

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

Shades of Lime Green #1FCD04

Tints of Lime Green #1FCD04

RGB

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

 GREEN value IS 205 (80.47% from 255) = 85.42%

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

R = 12.92%
G = 85.42%
B = 1.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#1FCD04 (or 0x1FCD04) is known color: Lime Green. HEX triplet: 1F, CD and 04. RGB value is (31,205,4). Sum of RGB (Red+Green+Blue) = 31+205+4=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 205 (80.47% from 255 or 85.42% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCD04 is #E032FB. Grayscale: #828282. Windows color (decimal): -14693116 or 314655. OLE color: 314655.

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

Color convert

RGB 31 205 4 -
CMYK 0.85 0 0.98 0.20
HSL 111.94º 0.96% 0.41% -
HSV(B) 111.94º 0.98% 0.8% -
XYZ 22.42 43.96 7.42 -
YUV 130.06 56.85 57.34 -
System Red Green Blue C M Y K H S L
Decimal 31 205 4 0.85 0 0.98 0.20 111.94 0.96 0.41
Hex 1F CD 4 55 0 62 14 70 60 29
Octal 37 315 4 125 0 142 24 160 140 51
Binary 11111 11001101 100 1010101 0 1100010 10100 1110000 1100000 101001

Color Harmonies of #1FCD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCD04

Black with #1FCD04

Text Example


Text Example

White with #1FCD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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