Html Css Color HEX #1FCF3F Lime Green

📋 copy color: '#1FCF3F'

red 31 ◦ green 207 ◦ blue 63

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

Shades of Lime Green #1FCF3F

Tints of Lime Green #1FCF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.93%

R = 10.3%
G = 68.77%
B = 20.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#1FCF3F (or 0x1FCF3F) is known color: Lime Green. HEX triplet: 1F, CF and 3F. RGB value is (31,207,63). Sum of RGB (Red+Green+Blue) = 31+207+63=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 207 (81.25% from 255 or 68.77% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF3F is #E030C0. Grayscale: #8A8A8A. Windows color (decimal): -14692545 or 4181791. OLE color: 4181791.

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

Color convert

RGB 31 207 63 -
CMYK 0.85 0 0.70 0.19
HSL 130.91º 0.74% 0.47% -
HSV(B) 130.91º 0.85% 0.81% -
XYZ 23.78 45.28 12.19 -
YUV 137.96 85.69 51.71 -
System Red Green Blue C M Y K H S L
Decimal 31 207 63 0.85 0 0.70 0.19 130.91 0.74 0.47
Hex 1F CF 3F 55 0 46 13 83 4A 2F
Octal 37 317 77 125 0 106 23 203 112 57
Binary 11111 11001111 111111 1010101 0 1000110 10011 10000011 1001010 101111

Color Harmonies of #1FCF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCF3F

Black with #1FCF3F

Text Example


Text Example

White with #1FCF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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