Html Css Color HEX #1FCF04 Lime Green

📋 copy color: '#1FCF04'

red 31 ◦ green 207 ◦ blue 4

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

Shades of Lime Green #1FCF04

Tints of Lime Green #1FCF04

RGB

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

 GREEN value IS 207 (81.25% from 255) = 85.54%

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

R = 12.81%
G = 85.54%
B = 1.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#1FCF04 (or 0x1FCF04) is known color: Lime Green. HEX triplet: 1F, CF and 04. RGB value is (31,207,4). Sum of RGB (Red+Green+Blue) = 31+207+4=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 207 (81.25% from 255 or 85.54% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCF04 is #E030FB. Grayscale: #838383. Windows color (decimal): -14692604 or 315167. OLE color: 315167.

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

Color convert

RGB 31 207 4 -
CMYK 0.85 0 0.98 0.19
HSL 112.02º 0.96% 0.41% -
HSV(B) 112.02º 0.98% 0.81% -
XYZ 22.9 44.93 7.58 -
YUV 131.23 56.19 56.51 -
System Red Green Blue C M Y K H S L
Decimal 31 207 4 0.85 0 0.98 0.19 112.02 0.96 0.41
Hex 1F CF 4 55 0 62 13 70 60 29
Octal 37 317 4 125 0 142 23 160 140 51
Binary 11111 11001111 100 1010101 0 1100010 10011 1110000 1100000 101001

Color Harmonies of #1FCF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCF04

Black with #1FCF04

Text Example


Text Example

White with #1FCF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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