Html Css Color HEX #1FCE41 Lime Green

📋 copy color: '#1FCE41'

red 31 ◦ green 206 ◦ blue 65

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

Shades of Lime Green #1FCE41

Tints of Lime Green #1FCE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 10.26%
G = 68.21%
B = 21.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#1FCE41 (or 0x1FCE41) is known color: Lime Green. HEX triplet: 1F, CE and 41. RGB value is (31,206,65). Sum of RGB (Red+Green+Blue) = 31+206+65=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 206 (80.86% from 255 or 68.21% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE41 is #E031BE. Grayscale: #898989. Windows color (decimal): -14692799 or 4312607. OLE color: 4312607.

HSL color Cylindrical-coordinate representation of color #1FCE41: hue angle of 131.66º 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 #1FCE41 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 206 65 -
CMYK 0.85 0 0.68 0.19
HSL 131.66º 0.74% 0.46% -
HSV(B) 131.66º 0.85% 0.81% -
XYZ 23.59 44.82 12.41 -
YUV 137.6 87.02 51.96 -
System Red Green Blue C M Y K H S L
Decimal 31 206 65 0.85 0 0.68 0.19 131.66 0.74 0.46
Hex 1F CE 41 55 0 44 13 84 4A 2E
Octal 37 316 101 125 0 104 23 204 112 56
Binary 11111 11001110 1000001 1010101 0 1000100 10011 10000100 1001010 101110

Color Harmonies of #1FCE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCE41

Black with #1FCE41

Text Example


Text Example

White with #1FCE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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