Html Css Color HEX #1FC42F Lime Green

📋 copy color: '#1FC42F'

red 31 ◦ green 196 ◦ blue 47

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

Shades of Lime Green #1FC42F

Tints of Lime Green #1FC42F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 71.53%

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

R = 11.31%
G = 71.53%
B = 17.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#1FC42F (or 0x1FC42F) is known color: Lime Green. HEX triplet: 1F, C4 and 2F. RGB value is (31,196,47). Sum of RGB (Red+Green+Blue) = 31+196+47=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 196 (76.95% from 255 or 71.53% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC42F is #E03BD0. Grayscale: #828282. Windows color (decimal): -14695377 or 3130399. OLE color: 3130399.

HSL color Cylindrical-coordinate representation of color #1FC42F: hue angle of 125.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC42F is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 31 196 47 -
CMYK 0.84 0 0.76 0.23
HSL 125.82º 0.73% 0.45% -
HSV(B) 125.82º 0.84% 0.77% -
XYZ 20.82 39.98 9.31 -
YUV 129.68 81.34 57.62 -
System Red Green Blue C M Y K H S L
Decimal 31 196 47 0.84 0 0.76 0.23 125.82 0.73 0.45
Hex 1F C4 2F 54 0 4C 17 7E 49 2D
Octal 37 304 57 124 0 114 27 176 111 55
Binary 11111 11000100 101111 1010100 0 1001100 10111 1111110 1001001 101101

Color Harmonies of #1FC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC42F

Black with #1FC42F

Text Example


Text Example

White with #1FC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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