Html Css Color HEX #1FC32F Lime Green

📋 copy color: '#1FC32F'

red 31 ◦ green 195 ◦ blue 47

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

Shades of Lime Green #1FC32F

Tints of Lime Green #1FC32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.43%

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

R = 11.36%
G = 71.43%
B = 17.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#1FC32F (or 0x1FC32F) is known color: Lime Green. HEX triplet: 1F, C3 and 2F. RGB value is (31,195,47). Sum of RGB (Red+Green+Blue) = 31+195+47=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC32F is #E03CD0. Grayscale: #818181. Windows color (decimal): -14695633 or 3130143. OLE color: 3130143.

HSL color Cylindrical-coordinate representation of color #1FC32F: hue angle of 125.85º degrees, saturation: 0.73, 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 #1FC32F is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 195 47 -
CMYK 0.84 0 0.76 0.24
HSL 125.85º 0.73% 0.44% -
HSV(B) 125.85º 0.84% 0.76% -
XYZ 20.59 39.53 9.23 -
YUV 129.09 81.67 58.03 -
System Red Green Blue C M Y K H S L
Decimal 31 195 47 0.84 0 0.76 0.24 125.85 0.73 0.44
Hex 1F C3 2F 54 0 4C 18 7E 49 2C
Octal 37 303 57 124 0 114 30 176 111 54
Binary 11111 11000011 101111 1010100 0 1001100 11000 1111110 1001001 101100

Color Harmonies of #1FC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC32F

Black with #1FC32F

Text Example


Text Example

White with #1FC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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