Html Css Color HEX #1FC13D Lime Green

📋 copy color: '#1FC13D'

red 31 ◦ green 193 ◦ blue 61

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

Shades of Lime Green #1FC13D

Tints of Lime Green #1FC13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 67.72%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 10.88%
G = 67.72%
B = 21.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#1FC13D (or 0x1FC13D) is known color: Lime Green. HEX triplet: 1F, C1 and 3D. RGB value is (31,193,61). Sum of RGB (Red+Green+Blue) = 31+193+61=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC13D is #E03EC2. Grayscale: #818181. Windows color (decimal): -14696131 or 4047135. OLE color: 4047135.

HSL color Cylindrical-coordinate representation of color #1FC13D: hue angle of 131.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC13D is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 193 61 -
CMYK 0.84 0 0.68 0.24
HSL 131.11º 0.72% 0.44% -
HSV(B) 131.11º 0.84% 0.76% -
XYZ 20.48 38.77 10.82 -
YUV 129.51 89.33 57.73 -
System Red Green Blue C M Y K H S L
Decimal 31 193 61 0.84 0 0.68 0.24 131.11 0.72 0.44
Hex 1F C1 3D 54 0 44 18 83 48 2C
Octal 37 301 75 124 0 104 30 203 110 54
Binary 11111 11000001 111101 1010100 0 1000100 11000 10000011 1001000 101100

Color Harmonies of #1FC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC13D

Black with #1FC13D

Text Example


Text Example

White with #1FC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,193,61); }

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

background-color css

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

 a { background-color: rgb(31,193,61); }

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

border-color css

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

 span { border-color: rgb(31,193,61); }

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