Html Css Color HEX #1FCE2F Lime Green

📋 copy color: '#1FCE2F'

red 31 ◦ green 206 ◦ blue 47

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

Shades of Lime Green #1FCE2F

Tints of Lime Green #1FCE2F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 72.54%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 10.92%
G = 72.54%
B = 16.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#1FCE2F (or 0x1FCE2F) is known color: Lime Green. HEX triplet: 1F, CE and 2F. RGB value is (31,206,47). Sum of RGB (Red+Green+Blue) = 31+206+47=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 206 (80.86% from 255 or 72.54% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE2F is #E031D0. Grayscale: #888888. Windows color (decimal): -14692817 or 3132959. OLE color: 3132959.

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

Color convert

RGB 31 206 47 -
CMYK 0.85 0 0.77 0.19
HSL 125.49º 0.74% 0.46% -
HSV(B) 125.49º 0.85% 0.81% -
XYZ 23.15 44.64 10.09 -
YUV 135.55 78.02 53.43 -
System Red Green Blue C M Y K H S L
Decimal 31 206 47 0.85 0 0.77 0.19 125.49 0.74 0.46
Hex 1F CE 2F 55 0 4D 13 7D 4A 2E
Octal 37 316 57 125 0 115 23 175 112 56
Binary 11111 11001110 101111 1010101 0 1001101 10011 1111101 1001010 101110

Color Harmonies of #1FCE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCE2F

Black with #1FCE2F

Text Example


Text Example

White with #1FCE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,206,47); }

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

background-color css

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

 a { background-color: rgb(31,206,47); }

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

border-color css

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

 span { border-color: rgb(31,206,47); }

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