Html Css Color HEX #1FC934 Lime Green

📋 copy color: '#1FC934'

red 31 ◦ green 201 ◦ blue 52

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

Shades of Lime Green #1FC934

Tints of Lime Green #1FC934

RGB

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

 GREEN value IS 201 (78.91% from 255) = 70.77%

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

R = 10.92%
G = 70.77%
B = 18.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#1FC934 (or 0x1FC934) is known color: Lime Green. HEX triplet: 1F, C9 and 34. RGB value is (31,201,52). Sum of RGB (Red+Green+Blue) = 31+201+52=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 201 (78.91% from 255 or 70.77% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC934 is #E036CB. Grayscale: #858585. Windows color (decimal): -14694092 or 3459359. OLE color: 3459359.

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

Color convert

RGB 31 201 52 -
CMYK 0.85 0 0.74 0.21
HSL 127.41º 0.73% 0.45% -
HSV(B) 127.41º 0.85% 0.79% -
XYZ 22.07 42.31 10.25 -
YUV 133.18 82.18 55.12 -
System Red Green Blue C M Y K H S L
Decimal 31 201 52 0.85 0 0.74 0.21 127.41 0.73 0.45
Hex 1F C9 34 55 0 4A 15 7F 49 2D
Octal 37 311 64 125 0 112 25 177 111 55
Binary 11111 11001001 110100 1010101 0 1001010 10101 1111111 1001001 101101

Color Harmonies of #1FC934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC934

Black with #1FC934

Text Example


Text Example

White with #1FC934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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