Html Css Color HEX #1FC734 Lime Green

📋 copy color: '#1FC734'

red 31 ◦ green 199 ◦ blue 52

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

Shades of Lime Green #1FC734

Tints of Lime Green #1FC734

RGB

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

 GREEN value IS 199 (78.13% from 255) = 70.57%

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 10.99%
G = 70.57%
B = 18.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#1FC734 (or 0x1FC734) is known color: Lime Green. HEX triplet: 1F, C7 and 34. RGB value is (31,199,52). Sum of RGB (Red+Green+Blue) = 31+199+52=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 199 (78.12% from 255 or 70.57% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC734 is #E038CB. Grayscale: #848484. Windows color (decimal): -14694604 or 3458847. OLE color: 3458847.

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

Color convert

RGB 31 199 52 -
CMYK 0.84 0 0.74 0.22
HSL 127.5º 0.73% 0.45% -
HSV(B) 127.5º 0.84% 0.78% -
XYZ 21.61 41.39 10.1 -
YUV 132.01 82.84 55.95 -
System Red Green Blue C M Y K H S L
Decimal 31 199 52 0.84 0 0.74 0.22 127.5 0.73 0.45
Hex 1F C7 34 54 0 4A 16 80 49 2D
Octal 37 307 64 124 0 112 26 200 111 55
Binary 11111 11000111 110100 1010100 0 1001010 10110 10000000 1001001 101101

Color Harmonies of #1FC734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC734

Black with #1FC734

Text Example


Text Example

White with #1FC734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,199,52); }

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

background-color css

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

 a { background-color: rgb(31,199,52); }

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

border-color css

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

 span { border-color: rgb(31,199,52); }

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