Html Css Color HEX #1FC135 Lime Green

📋 copy color: '#1FC135'

red 31 ◦ green 193 ◦ blue 53

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

Shades of Lime Green #1FC135

Tints of Lime Green #1FC135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 11.19%
G = 69.68%
B = 19.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#1FC135 (or 0x1FC135) is known color: Lime Green. HEX triplet: 1F, C1 and 35. RGB value is (31,193,53). Sum of RGB (Red+Green+Blue) = 31+193+53=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC135 is #E03ECA. Grayscale: #818181. Windows color (decimal): -14696139 or 3522847. OLE color: 3522847.

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

Color convert

RGB 31 193 53 -
CMYK 0.84 0 0.73 0.24
HSL 128.15º 0.72% 0.44% -
HSV(B) 128.15º 0.84% 0.76% -
XYZ 20.28 38.69 9.77 -
YUV 128.6 85.33 58.38 -
System Red Green Blue C M Y K H S L
Decimal 31 193 53 0.84 0 0.73 0.24 128.15 0.72 0.44
Hex 1F C1 35 54 0 49 18 80 48 2C
Octal 37 301 65 124 0 111 30 200 110 54
Binary 11111 11000001 110101 1010100 0 1001001 11000 10000000 1001000 101100

Color Harmonies of #1FC135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC135

Black with #1FC135

Text Example


Text Example

White with #1FC135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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